MPE Home Metamath Proof Explorer < Previous   Next >
Nearby theorems
Mirrors  >  Home  >  MPE Home  >  Th. List  >  df-struct Structured version   Visualization version   GIF version

Definition df-struct 17243
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 6555, such classes cannot be functions. Without the empty set, however, a structure must be a function, see structn0fun 17247: 𝐹 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 4859). This is used critically in strle1 17254, strle2 17255, strle3 17256 and strleun 17253 to avoid sethood hypotheses on the "payload" sets: without this, ipsstr 17425 and theorems like it will have many sethood assumptions, and may not even be usable in the empty context. Instead, the sethood assumption is deferred until it is actually needed, e.g., ipsbase 17426, which requires that the base set be a set but not any of the other components. Usually, a concrete structure like fld does not contain the empty set, and therefore is a function, see cnfldfun 21600. (Contributed by Mario Carneiro, 29-Aug-2015.)

Assertion
Ref Expression
df-struct Struct = {⟨𝑓, 𝑥⟩ ∣ (𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) ∧ Fun (𝑓 ∖ {∅}) ∧ dom 𝑓 ⊆ (...‘𝑥))}
Distinct variable group:   𝑥,𝑓

Detailed syntax breakdown of Definition df-struct
StepHypRef Expression
1 cstr 17242 . 2 class Struct
2 vx . . . . . 6 setvar 𝑥
32cv 1569 . . . . 5 class 𝑥
4 cle 11271 . . . . . 6 class
5 cn 12260 . . . . . . 7 class
65, 5cxp 5657 . . . . . 6 class (ℕ × ℕ)
74, 6cin 3901 . . . . 5 class ( ≤ ∩ (ℕ × ℕ))
83, 7wcel 2145 . . . 4 wff 𝑥 ∈ ( ≤ ∩ (ℕ × ℕ))
9 vf . . . . . . 7 setvar 𝑓
109cv 1569 . . . . . 6 class 𝑓
11 c0 4282 . . . . . . 7 class
1211csn 4587 . . . . . 6 class {∅}
1310, 12cdif 3899 . . . . 5 class (𝑓 ∖ {∅})
1413wfun 6531 . . . 4 wff Fun (𝑓 ∖ {∅})
1510cdm 5659 . . . . 5 class dom 𝑓
16 cfz 13563 . . . . . 6 class ...
173, 16cfv 6537 . . . . 5 class (...‘𝑥)
1815, 17wss 3902 . . . 4 wff dom 𝑓 ⊆ (...‘𝑥)
198, 14, 18w3a 1103 . . 3 wff (𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) ∧ Fun (𝑓 ∖ {∅}) ∧ dom 𝑓 ⊆ (...‘𝑥))
2019, 9, 2copab 5171 . 2 class {⟨𝑓, 𝑥⟩ ∣ (𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) ∧ Fun (𝑓 ∖ {∅}) ∧ dom 𝑓 ⊆ (...‘𝑥))}
211, 20wceq 1570 1 wff Struct = {⟨𝑓, 𝑥⟩ ∣ (𝑥 ∈ ( ≤ ∩ (ℕ × ℕ)) ∧ Fun (𝑓 ∖ {∅}) ∧ dom 𝑓 ⊆ (...‘𝑥))}
Colors of variables:    wff setvar class
This definition is used by:  brstruct  17244  isstruct2  17245
  Copyright terms: Public domain W3C validator