Skip to content

Commit

Permalink
Add tactic proof for nullable_char
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcadman committed Dec 10, 2023
1 parent 2af7110 commit c8e9a86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Katydid/Conal/Calculus.lean
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,12 @@ theorem nullable_char:
∀ (c: α),
ν (char c) <-> PEmpty := by
intro α
-- TODO
sorry
simp
apply TIff.intro
intro
contradiction
intro
contradiction

-- ν∪ : ν (P ∪ Q) ≡ (ν P ⊎ ν Q)
-- ν∪ = refl
Expand Down

0 comments on commit c8e9a86

Please sign in to comment.