Documentation
ISAR
.
HFSetSemantics
Search
return to top
source
Imports
Init
ISAR.HFSetEncoding
Imported by
ISAR
.
InvariantLayer
.
empty
ISAR
.
InvariantLayer
.
pair
ISAR
.
InvariantLayer
.
union
ISAR
.
HF_encode_empty
ISAR
.
HF_encode_pair
ISAR
.
HF_encode_union
source
noncomputable def
ISAR
.
InvariantLayer
.
empty
:
InvariantLayer
Equations
ISAR.InvariantLayer.empty
=
ISAR.HF_encode
HF.empty
Instances For
source
noncomputable def
ISAR
.
InvariantLayer
.
pair
(
x
y
:
InvariantLayer
)
:
InvariantLayer
Equations
x
.
pair
y
=
ISAR.HF_encode
(
(
ISAR.decode_layer
x
)
.
pair
(
ISAR.decode_layer
y
)
)
Instances For
source
noncomputable def
ISAR
.
InvariantLayer
.
union
(
x
y
:
InvariantLayer
)
:
InvariantLayer
Equations
x
.
union
y
=
ISAR.HF_encode
(
(
ISAR.decode_layer
x
)
.
union
(
ISAR.decode_layer
y
)
)
Instances For
source
theorem
ISAR
.
HF_encode_empty
:
HF_encode
HF.empty
=
InvariantLayer.empty
source
theorem
ISAR
.
HF_encode_pair
(
x
y
:
HF
)
:
HF_encode
(
x
.
pair
y
)
=
(
HF_encode
x
)
.
pair
(
HF_encode
y
)
source
theorem
ISAR
.
HF_encode_union
(
x
y
:
HF
)
:
HF_encode
(
x
.
union
y
)
=
(
HF_encode
x
)
.
union
(
HF_encode
y
)