chore(tests/lean/anc1): fix tests
This commit is contained in:
parent
563c1bcffe
commit
9dcd95df2f
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ and.intro trivial trivial : true ∧ true
|
|||
anc1.lean:5:0: warning: declaration '[anonymous]' uses sorry
|
||||
⟨1, sorry⟩ : Σ' (x : ℕ), x > 0
|
||||
show true, from true.intro : true
|
||||
Exists.intro 1 (id_locked (1 ≠ 0) (λ (a : 1 = 0), nat.no_confusion a)) : ∃ (x : ℕ), 1 ≠ 0
|
||||
Exists.intro 1 (id_locked (λ (a : 1 = 0), nat.no_confusion a)) : ∃ (x : ℕ), 1 ≠ 0
|
||||
λ (A B C : Prop) (Ha : A) (Hb : B) (Hc : C), show B ∧ A, from and.intro Hb Ha :
|
||||
∀ (A B C : Prop), A → B → C → B ∧ A
|
||||
λ (A B C : Prop) (Ha : A) (Hb : B) (Hc : C),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue