Documentation
Analysis
.
Appendix_A_2
Search
return to top
source
Imports
Init
Mathlib.Tactic
Imported by
example_A_2_1
theorem_A_2_4
contrapositive
imp_example
imp_contrapositive
source
theorem
example_A_2_1
(
x
:
ℤ
)
:
x
=
2
→
x
^
2
=
4
source
theorem
theorem_A_2_4
(
n
:
ℤ
)
:
Even
(
n
*
(
n
+
1
))
Theorem A.2.4
source
theorem
contrapositive
{
X
Y
:
Prop
}
(
hXY
:
X
→
Y
)
:
¬
Y
→
¬
X
source
theorem
imp_example
(
x
:
ℝ
)
:
x
=
2
→
x
^
2
=
4
source
theorem
imp_contrapositive
(
x
:
ℝ
)
:
x
^
2
≠
4
→
x
≠
2