Documentation
Marginis
.
HensonRaynaud2011
Search
return to top
source
Imports
Init
Mathlib
Imported by
mul_of_div
minu
moebius_one
source
theorem
mul_of_div
{
a
b
c
:
ℝ
}
(
h
:
a
=
b
/
c
)
(
h₀
:
c
≠
0
)
:
a
*
c
=
b
source
theorem
minu
{
y
:
ℝ
}
(
h
:
y
≠
1
)
:
y
-
1
≠
0
source
theorem
moebius_one
(
a
b
y
:
ℝ
)
(
ha
:
a
≠
b
)
:
(∃ (
x
:
ℝ
),
y
=
(
x
+
a
)
/
(
x
+
b
))
↔
y
≠
1