cbc81ea6c5
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
5 lines
No EOL
113 B
Text
5 lines
No EOL
113 B
Text
import logic
|
|
using tactic
|
|
|
|
theorem T {a b c d : Prop} (H : a) (H : b) (H : c) (H : d) : a
|
|
:= by state; assumption |