Re: Scott and George's Teaching Thread



On Aug 23, 2:43 pm, george <gree...@xxxxxxxxxx> wrote:
No, we don't. Definitions ARE NOT axioms, although some axioms
should be thought of as definitions. It ABSOLUTELY WILL HELP
your understanding HERE, at the BEGINNING, to treat Def/Thm/Ax as
a trichotomy. "Is this a Def, a Thm, or an Ax?" is a question that
will
SPARE you confusion! ASK IT FREQUENTLY!
Subset as presented here is a Def AND NOT an Ax.

Okay, so e is the only predicate in set theory.

A definition is like a macro, its just a syntactical re-arrangement of
symbols whose overall meaning does not change. So are &, |, ~, ->, and
<-> macros for predicates of FOL; ie, & is a macro for AND(t1,t2),
etc.?

The notation "U c V =df Ax[xeU -> xeV]" is a notation used strictly
for readability, which means everywhere I see "UcV" I should replace
with "Ax[xeU -> xeV]"; eg, UcVcW is equivalent to Ax[xeU -> xeV ->
xeW]. Correct?

.



Relevant Pages

  • understaning "self"
    ... I've been searching online to try get a better understanding of what "self" ... does when I define this parameter in my class functions. ... def has_various(self, foods): ...
    (comp.lang.python)
  • Re: Struggling with basics
    ... > def addScore: ... > My first problem is that if I run the ... I get an error saying: ... > Apologies for going over old ground and if I'm not understanding, ...
    (comp.lang.python)
  • Re: better way to write this function
    ... To be honest, I don't have a good understanding of ... def divide_list: ... """Divide a list into a number of lists, ...
    (comp.lang.python)
  • Problem with Lexical Scope
    ... I am not completely knowledgable about the status of lexical scoping in ... Python, but it was my understanding that this was added in a long time ... def collect: ...
    (comp.lang.python)