refactor: Some proof clean up

This commit is contained in:
jstoobysmith 2024-10-20 13:18:18 +00:00
parent 224cc2f195
commit 90436cc2ba
4 changed files with 2 additions and 6 deletions

View file

@ -55,7 +55,7 @@ lemma ext (ψ ψ' : ContrModule) (h : ψ.val = ψ'.val) : ψ = ψ' := by
cases ψ
cases ψ'
subst h
simp_all only
rfl
@[simp]
lemma val_add (ψ ψ' : ContrModule) : (ψ + ψ').val = ψ.val + ψ'.val := rfl