lean2/tests/lean/ho.lean.expected.out

11 lines
220 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 : , if Bool ((g x) ≤ 0) ⊥ ) H2 H1