MATH 302 Lecture 5
Jump to navigation
Jump to search
« previous | Monday, September 12, 2011 | next »
Quantifiers
Definition of a limit
Switching and filters the satisfying functions from all continuous functions to only constant functions
Ordering and Negations
Think of the domains of and as the axes on a graph, and the points for a chosen (x, y) pair are inputs to the predicate
- the entire graph would be filled in
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \exists x \exists y P(x,y)}
- at least one point on the graph satisfies Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P(x, y)}
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall x \exists y P(x,y)}
- "for every vertical line x = x*, there is some point (x*, y) that satisfies P(x*, y)"
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \exists y \forall x P(x,y)}
- "for some horizontal line y = y*, all points on the line satisfy P(x, y*)"
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \exists x \forall y P(x,y)}
- "for some vertical line x = x*, all points on the line satisfy P(x*, y)"
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \forall y \exists x P(x,y)}
- "for every horizontal line y = y*, there is some point (x, y*) that satisfies P(x, y*)"
Rules of Inference
Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{array}{l} \forall x (H(x) \rightarrow C(x)) \\ \forall x (\neg L(x) \vee \neg S(x)) \\ \forall x (\neg S(x) \rightarrow \neg C(x)) \\ \hline \therefore \forall x (H(x) \rightarrow \neg L(x)) \end{array}}