refactor: Some proof clean up
This commit is contained in:
parent
224cc2f195
commit
90436cc2ba
4 changed files with 2 additions and 6 deletions
|
@ -55,7 +55,7 @@ lemma ext (ψ ψ' : ContrℂModule) (h : ψ.val = ψ'.val) : ψ = ψ' := by
|
|||
cases ψ
|
||||
cases ψ'
|
||||
subst h
|
||||
simp_all only
|
||||
rfl
|
||||
|
||||
@[simp]
|
||||
lemma val_add (ψ ψ' : ContrℂModule) : (ψ + ψ').val = ψ.val + ψ'.val := rfl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue