Documentation
Batteries
.
Data
.
Char
Search
Google site search
return to top
source
Imports
Init
Batteries.Data.UInt
Imported by
Char
.
ext
Char
.
ext_iff
Char
.
le_antisymm_iff
Char
.
le_antisymm
instLawfulOrdChar
String
.
csize_pos
String
.
csize_le_4
source
theorem
Char
.
ext
{a :
Char
}
{b :
Char
}
:
a
.val
=
b
.val
→
a
=
b
source
theorem
Char
.
ext_iff
{x :
Char
}
{y :
Char
}
:
x
=
y
↔
x
.val
=
y
.val
source
theorem
Char
.
le_antisymm_iff
{x :
Char
}
{y :
Char
}
:
x
=
y
↔
x
≤
y
∧
y
≤
x
source
theorem
Char
.
le_antisymm
{x :
Char
}
{y :
Char
}
(h1 :
x
≤
y
)
(h2 :
y
≤
x
)
:
x
=
y
source
instance
instLawfulOrdChar
:
Batteries.LawfulOrd
Char
Equations
instLawfulOrdChar
=
⋯
source
theorem
String
.
csize_pos
(c :
Char
)
:
0
<
String.csize
c
source
theorem
String
.
csize_le_4
(c :
Char
)
:
String.csize
c
≤
4