Documentation
CompPoly
.
Multivariate
.
Wheels
Search
return to top
source
Imports
Aesop
Init
Mathlib.Tactic.Cases
Mathlib.Logic.Function.Defs
Imported by
List
.
distinct_of_inj_nodup
Option
.
filter_irrel
Auxiliary lemmas for multivariate polynomials
#
source
theorem
List
.
distinct_of_inj_nodup
{
α
:
Type
u_1}
{
β
:
Type
u_2}
{
l
:
List
α
}
{
f
:
α
→
β
}
(
h₁
:
Function.Injective
f
)
(
h₂
:
l
.
Nodup
)
:
Pairwise
(fun (
a
b
:
α
) =>
f
a
≠
f
b
)
l
source
theorem
Option
.
filter_irrel
{
α
:
Type
}
{
o
:
Option
α
}
{
p
:
α
→
Bool
}
(
h
:
∀ (
x
:
α
),
x
∈
o
→
p
x
=
true
)
:
Option.filter
p
o
=
o