theorem
proved
term proof
commutation_structure
show as:
view Lean formalization →
formal statement (Lean)
12theorem commutation_structure : commutation_from_ledger := by
proof body
Term-mode proof.
13 intro H hH P
14 exact P.idempotent
15
16/-- Universe-stable extractor for commutation structure. -/
17theorem commutation_implies_projector_idempotent.{u}
18 (h : @commutation_from_ledger.{u}) : @commutation_from_ledger.{u} :=
19 h
20
21end CommutationStructure
22end Quantum
23end IndisputableMonolith