6 lines
118 B
Text
6 lines
118 B
Text
exit
|
|
import logic
|
|
open tactic
|
|
|
|
theorem T {a b c d : Prop} (H : a) (H : b) (H : c) (H : d) : a
|
|
:= by state; assumption
|