Skip to content

Commit c18797e

Browse files
committed
s
1 parent c4c694a commit c18797e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

theorems.lean

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ theorem and_imp_iff (P Q R : Prop) : (P ∧ Q → R) ↔ (P → Q → R) := by
169169
cases hpq with
170170
| intro hp hq => exact h hp hq
171171

172-
173172
/-
174173
example (p q r : Prop) : ((p ∨ q) → r) ↔ ((p → r) ∧ (q → r)) := by
175174
constructor

0 commit comments

Comments
 (0)