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

Definition df-pfx 14033
Description: Define an operation which extracts prefixes of words, i.e. subwords (or substrings) starting at the beginning of a word (or string). In other words, (𝑆 prefix 𝐿) is the prefix of the word 𝑆 of length 𝐿. Definition in Section 9.1 of [AhoHopUll] p. 318. See also Wikipedia "Substring" https://en.wikipedia.org/wiki/Substring#Prefix. (Contributed by AV, 2-May-2020.)
Assertion
Ref Expression
df-pfx prefix = (𝑠 ∈ V, 𝑙 ∈ ℕ0 ↦ (𝑠 substr ⟨0, 𝑙⟩))
Distinct variable group:   𝑠,𝑙

Detailed syntax breakdown of Definition df-pfx
StepHypRef Expression
1 cpfx 14032 . 2 class prefix
2 vs . . 3 setvar 𝑠
3 vl . . 3 setvar 𝑙
4 cvv 3494 . . 3 class V
5 cn0 11898 . . 3 class 0
62cv 1536 . . . 4 class 𝑠
7 cc0 10537 . . . . 5 class 0
83cv 1536 . . . . 5 class 𝑙
97, 8cop 4573 . . . 4 class ⟨0, 𝑙
10 csubstr 14002 . . . 4 class substr
116, 9, 10co 7156 . . 3 class (𝑠 substr ⟨0, 𝑙⟩)
122, 3, 4, 5, 11cmpo 7158 . 2 class (𝑠 ∈ V, 𝑙 ∈ ℕ0 ↦ (𝑠 substr ⟨0, 𝑙⟩))
131, 12wceq 1537 1 wff prefix = (𝑠 ∈ V, 𝑙 ∈ ℕ0 ↦ (𝑠 substr ⟨0, 𝑙⟩))
Colors of variables: wff setvar class
This definition is referenced by:  pfxnndmnd  14034  pfxval  14035  pfx00  14036  pfx0  14037  pfxcl  14039
  Copyright terms: Public domain W3C validator