lean2/tests/lean/bad5.lean.expected.out

11 lines
200 B
Text
Raw Normal View History

Set: pp::colors
Set: pp::unicode
Assumed: g
Assumed: a
Assumed: b
Assumed: H1
Assumed: H2
Proved: T1
Axiom H2 : (g a) > 0
Theorem T1 : (g b) > 0 := Subst (λ x : , (g x) > 0) H2 H1