lean2/tests/lean/show1.lean.expected.out

9 lines
234 B
Text
Raw Normal View History

show a = c, from H1 ⬝ H2 : a = c
------------
have e1 [visible] : a = b, from H1,
have e2 : a = c, from e1 ⬝ H2,
have e3 : c = a, from e2 ⁻¹,
have e4 [visible] : b = a, from e1 ⁻¹,
show b = c, from e1 ⁻¹ ⬝ e2 :
b = c