Intuitionistic Logic Explorer |
< Previous
Next >
Nearby theorems |
||
Mirrors > Home > ILE Home > Th. List > df-struct | GIF version |
Description: Define a structure with
components in 𝑀...𝑁. This is not a
requirement for groups, posets, etc., but it is a useful assumption for
component extraction theorems.
As mentioned in the section header, an "extensible structure should be implemented as a function (a set of ordered pairs)". The current definition, however, is less restrictive: it allows for classes which contain the empty set ∅ to be extensible structures. Because of 0nelfun 5206, such classes cannot be functions. Without the empty set, however, a structure must be a function, see structn0fun 12407: 𝐹 Struct 𝑋 → Fun (𝐹 ∖ {∅}). Allowing an extensible structure to contain the empty set ensures that expressions like {〈𝐴, 𝐵〉, 〈𝐶, 𝐷〉} are structures without asserting or implying that 𝐴, 𝐵, 𝐶 and 𝐷 are sets (if 𝐴 or 𝐵 is a proper class, then 〈𝐴, 𝐵〉 = ∅, see opprc 3779). (Contributed by Mario Carneiro, 29-Aug-2015.) |
Ref | Expression |
---|---|
df-struct | ⊢ Struct = {〈𝑓, 𝑥〉 ∣ (𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) ∧ Fun (𝑓 ∖ {∅}) ∧ dom 𝑓 ⊆ (...‘𝑥))} |
Step | Hyp | Ref | Expression |
---|---|---|---|
1 | cstr 12390 | . 2 class Struct | |
2 | vx | . . . . . 6 setvar 𝑥 | |
3 | 2 | cv 1342 | . . . . 5 class 𝑥 |
4 | cle 7934 | . . . . . 6 class ≤ | |
5 | cn 8857 | . . . . . . 7 class ℕ | |
6 | 5, 5 | cxp 4602 | . . . . . 6 class (ℕ × ℕ) |
7 | 4, 6 | cin 3115 | . . . . 5 class ( ≤ ∩ (ℕ × ℕ)) |
8 | 3, 7 | wcel 2136 | . . . 4 wff 𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) |
9 | vf | . . . . . . 7 setvar 𝑓 | |
10 | 9 | cv 1342 | . . . . . 6 class 𝑓 |
11 | c0 3409 | . . . . . . 7 class ∅ | |
12 | 11 | csn 3576 | . . . . . 6 class {∅} |
13 | 10, 12 | cdif 3113 | . . . . 5 class (𝑓 ∖ {∅}) |
14 | 13 | wfun 5182 | . . . 4 wff Fun (𝑓 ∖ {∅}) |
15 | 10 | cdm 4604 | . . . . 5 class dom 𝑓 |
16 | cfz 9944 | . . . . . 6 class ... | |
17 | 3, 16 | cfv 5188 | . . . . 5 class (...‘𝑥) |
18 | 15, 17 | wss 3116 | . . . 4 wff dom 𝑓 ⊆ (...‘𝑥) |
19 | 8, 14, 18 | w3a 968 | . . 3 wff (𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) ∧ Fun (𝑓 ∖ {∅}) ∧ dom 𝑓 ⊆ (...‘𝑥)) |
20 | 19, 9, 2 | copab 4042 | . 2 class {〈𝑓, 𝑥〉 ∣ (𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) ∧ Fun (𝑓 ∖ {∅}) ∧ dom 𝑓 ⊆ (...‘𝑥))} |
21 | 1, 20 | wceq 1343 | 1 wff Struct = {〈𝑓, 𝑥〉 ∣ (𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) ∧ Fun (𝑓 ∖ {∅}) ∧ dom 𝑓 ⊆ (...‘𝑥))} |
Colors of variables: wff set class |
This definition is referenced by: brstruct 12403 isstruct2im 12404 isstruct2r 12405 |
Copyright terms: Public domain | W3C validator |