math-classes icon indicating copy to clipboard operation
math-classes copied to clipboard

Fix inner product space laws

Open langston-barrett opened this issue 7 years ago • 0 comments

One needs the additional axioms, see #15.

   ; in_pos_def1    :> ∀ v, PropHolds (0 ≤ ⟨v,v⟩)
   ; in_pos_def2    :> ∀ v, 0 = ⟨v,v⟩ <-> v = mon_unit
   ; inprod_proper :> Proper ((=) ==> (=) ==> (=)) (⟨⟩)

langston-barrett avatar Mar 29 '18 03:03 langston-barrett