Documentation
ExponentialRamsey
.
Prereq
.
RamseyPrereq
Search
return to top
source
Imports
Init
ExponentialRamsey.Prereq.Mathlib.Algebra.BigOperators.Ring
ExponentialRamsey.Prereq.Mathlib.Combinatorics.SimpleGraph.Basic
ExponentialRamsey.Prereq.Mathlib.Combinatorics.SimpleGraph.DegreeSum
ExponentialRamsey.Prereq.Mathlib.Data.Fin.VecNotation
ExponentialRamsey.Prereq.Mathlib.Algebra.Order.Monoid.Lemmas
ExponentialRamsey.Prereq.Mathlib.Data.Nat.Choose.Basic
ExponentialRamsey.Prereq.Mathlib.Data.Nat.Choose.Central
ExponentialRamsey.Prereq.Mathlib.Data.Nat.Choose.Sum
ExponentialRamsey.Prereq.Mathlib.Data.Nat.Factorial.Basic
Imported by
Fin
.
ne_zero_iff_eq_one
Fin
.
eq_zero_iff_ne_one
Fin
.
fin_two_eq_zero_of_ne_one
Misc prereqs and collect imports
#
source
theorem
Fin
.
ne_zero_iff_eq_one
{
x
:
Fin
2
}
:
x
≠
0
↔
x
=
1
source
theorem
Fin
.
eq_zero_iff_ne_one
{
x
:
Fin
2
}
:
x
=
0
↔
x
≠
1
source
theorem
Fin
.
fin_two_eq_zero_of_ne_one
{
x
:
Fin
2
}
(
hx
:
x
≠
1
)
:
x
=
0