Elektrine lite

← Feed

@Arpie4Math@mathstodon.xyz

Post #1728983

2026-04-27 06:33 UTC

Begriffsschrift (1879), is one of the first manuscripts on #SymbolicLogic. As such, it literally invents a new language to describe the subjects the author, #GottlobFrege, wants to introduce. And this notation is very unlike what we see in math before or after this. So I will list some theorems adapted (by me, circa 2020) from #Frege with proper set-theoretical bounds. #SetTheory #Logic #Metamath

Replies (1)

  • @Arpie4Math@mathstodon.xyz 2026-04-27 06:36

    Notation guide (adapted from Metamath): β€’ πœ‘, a metavariable standing for any logical formula, abbreviates the conjunction of all hypotheses listed for a given proposition; writing each line as ⊒ (πœ‘ β†’ …) puts the theorem in "deduction form," which can be easier to apply in #Metamath. β€’ ⊒ πœ‘ asserts that πœ‘ is true; the turnstile is descended from #Frege's own Urteilsstrich (judgment stroke). β€’ 𝐴𝑅𝐡 means the ordered pair ⟨𝐴, 𝐡⟩ is an element of 𝑅, or we could say 𝐡 immediately follows 𝐴 β€’ 𝐡 = (π‘…β€˜π΄) means 𝐡 is the unique set such that 𝐴𝑅𝐡 is true (when such a 𝐡 exists) which means 𝑅 is function-like when restricted to operating on the singleton {𝐴} β€’ (𝑅”𝐴) is the image of 𝐴 β€’ dom 𝑅 is the domain of 𝑅, the class of all sets π‘₯ such that there is a set 𝑦 that would make π‘₯𝑅𝑦 true. β€’ Fun 𝑅 is true when 𝑅 is function-like for all sets in its domain. β€’ ◑𝑅 is the converse of 𝑅 so 𝐴◑𝑅𝐡 iff 𝐡𝑅𝐴 β€’ (tcβ€˜π‘…) is the #TransitiveClosure of 𝑅 (Metamath uses (t+β€˜π‘…) which can be awkward.) Whitehead and Russell use the term ancestral to describe how 𝐴(tcβ€˜π‘…)𝐡 means 𝐴 is some β€œancestor” of 𝐡. Alternately, we can say 𝐡 eventually follows 𝐴. β€’ V is the universal class, every set is a member, and only sets may be members of any class. After Frege’s later work ran into Russell’s Paradox, it was discovered that not every class {π‘₯ | πœ‘} makes sense as a set and so we need the hypothesis ⊒ (πœ‘ β†’ 𝐴 ∈ V) before we can talk about the function value of 𝐴 or the ordered pair ⟨𝐴, 𝐡⟩ being an element of 𝑅. V is not italic because it is a constant symbol, like tc, dom, and Fun.

    Open ##2566008