<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://learning.subwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Issa+Rice</id>
	<title>Learning - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://learning.subwiki.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Issa+Rice"/>
	<link rel="alternate" type="text/html" href="https://learning.subwiki.org/wiki/Special:Contributions/Issa_Rice"/>
	<updated>2026-05-25T19:00:13Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.2</generator>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1237</id>
		<title>Understanding mathematical definitions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1237"/>
		<updated>2024-07-23T05:37:21Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* List of steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Understanding mathematical definitions&#039;&#039;&#039; refers to the process of understanding the meaning of definitions in mathematics.&lt;br /&gt;
&lt;br /&gt;
==List of steps==&lt;br /&gt;
&lt;br /&gt;
Understanding a definition in mathematics is a complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Condition !! Description !! Purpose !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| Type-checking and parsing || || Parse each expression in the definition and understand its type. || It&#039;s easy to become confused when you don&#039;t know the meanings of expressions used in a definition. So the idea is to avoid this kind of error. || [https://machinelearning.subwiki.org/wiki/User:IssaRice/Type_checking_Pearl%27s_belief_propagation_notation]&lt;br /&gt;
|-&lt;br /&gt;
| Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary. || Generally you want definitions to be &amp;quot;expansive&amp;quot; in the sense of applying to many different objects. But each assumption you introduce whittles down the number of objects the definition applies to. In other words, there is tension between (1) trying to have expansive definitions, and (2) adding in assumptions/restrictions in a definition. So you want to make sure each assumption [https://wiki.lesswrong.com/wiki/Making_beliefs_pay_rent pays its rent] so that you don&#039;t make a definition narrower than it needs to be. || In the definition of convergence of a function at a point, Tao requires that &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; must be adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. He then says that it is not worthwhile to define convergence when &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; is not adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. (The idea is for the reader to make sure they understand why this assumption is good to have.)&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with examples || This should be done for definitions that define a class of objects or a new kind of object. || Come up with some examples of objects that fit the definition. Emphasize edge cases. || Examples help to train your intuition of what the object &amp;quot;looks like&amp;quot;. || For monotone increasing functions, an edge case would be the constant function. Such an edge case is useful because it doesn&#039;t look like a &amp;quot;typical&amp;quot; object of its class, and so one might naively not think it&#039;s an example; explicitly noting the edge case helps build intuition that it&#039;s not just strictly increasing functions or functions that increase at all are covered by the definition.&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with counterexamples || This should be done for definitions that define a class of objects or a new kind of object. || Come up with examples of objects that &#039;&#039;don&#039;t&#039;&#039; satisfy the definition. Emphasize objects that one might intuitively think would fit the definition but in reality don&#039;t. || As with coming up with examples, the idea is to train your intuition. But with counterexamples, you do it by making sure your conception of what the object &amp;quot;looks like&amp;quot; isn&#039;t too inclusive. [https://en.wikipedia.org/wiki/Confirmation_bias#Wason&#039;s_research_on_hypothesis-testing] || For monotone increasing functions, a counterexample is the function &amp;lt;math&amp;gt;f : \mathbf R \to \mathbf R&amp;lt;/math&amp;gt; defined by &amp;lt;math&amp;gt;f(x) = x^2&amp;lt;/math&amp;gt;. Even though this function &#039;&#039;is&#039;&#039; monotone on the non-negative reals, if we consider this function on all of &amp;lt;math&amp;gt;\mathbf R&amp;lt;/math&amp;gt; then it stops being monotone increasing. This counterexample also emphasizes the idea that the property of being &amp;quot;monotone increasing&amp;quot; doesn&#039;t just depend on the symbolic definition/behavior of the function, but also on its domain.&lt;br /&gt;
|-&lt;br /&gt;
| Writing out a wrong version of the definition || || || || See [https://gowers.wordpress.com/2011/09/30/basic-logic-quantifiers/ this post] by Tim Gowers (search &amp;quot;wrong versions&amp;quot; on the page).&lt;br /&gt;
|-&lt;br /&gt;
| Understanding the kind of definition || Do this for every definition. || Generally a definition will do one of the following things: (1) it will construct a brand new type of object (e.g. definition of a &#039;&#039;function&#039;&#039;); (2) it will take an existing type of object and create a predicate to describe some subclass of that type of object (e.g. take the integers and create the predicate &#039;&#039;even&#039;&#039;); (3) it will define an operation on some class of objects (e.g. take integers and define the operation of &#039;&#039;addition&#039;&#039;). See also [https://qchu.wordpress.com/2013/05/26/constructions-vs-specifications/ this post]. || This is good to keep in mind so that you don&#039;t get confused about what the definition is trying to do. || &lt;br /&gt;
|-&lt;br /&gt;
| Checking well-definedness || If the definition defines an operation || Carry out the standard procedure for checking well-definedness of operations. For a binary operation &amp;lt;math&amp;gt;*&amp;lt;/math&amp;gt;, you must check that if &amp;lt;math&amp;gt;x,x&#039;&amp;lt;/math&amp;gt; are equivalent objects and &amp;lt;math&amp;gt;y,y&#039;&amp;lt;/math&amp;gt; are equivalent objects, then &amp;lt;math&amp;gt;x*y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;x&#039;*y&#039;&amp;lt;/math&amp;gt; are equivalent objects (there are slightly different ways to verify the same thing, and you can generalize to non-binary operations). || If an operation is not well-defined, then there is no point in talking about it. || Checking that addition on the integers is well-defined.&lt;br /&gt;
|-&lt;br /&gt;
| Checking consistency with existing definition || If the definition supersedes an older definition or it clobbers up a previously defined notation || || || Addition on the reals after addition on the rationals has been defined.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For any function &amp;lt;math&amp;gt;f:X\to Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;, the inverse image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined. On the other hand, if a function &amp;lt;math&amp;gt;f : X\to Y&amp;lt;/math&amp;gt; is a bijection, then &amp;lt;math&amp;gt;f^{-1} : Y \to X&amp;lt;/math&amp;gt; is a function, so its forward image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined given any &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;. We must check that these two are the same set (or else have some way to disambiguate which one we mean). (This example is mentioned in both Tao&#039;s &#039;&#039;Analysis I&#039;&#039; and in Munkres&#039;s &#039;&#039;Topology&#039;&#039;.)&lt;br /&gt;
|-&lt;br /&gt;
| Disambiguating similar-seeming concepts || || || The idea is that sometimes, two different definitions &amp;quot;step on&amp;quot; the same intuitive concept that someone has. || (Example from Tao) &amp;quot;Disjoint&amp;quot; and &amp;quot;distinct&amp;quot; are both terms that apply to two sets. They even sound similar. Are they the same concept? Does one imply the other? It turns out, the answer is &amp;quot;no&amp;quot; to both: &amp;lt;math&amp;gt;\{1,2\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{2,3\}&amp;lt;/math&amp;gt; are distinct but not disjoint, and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; are disjoint but not distinct.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Partition of a set vs partition of an interval.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In metric spaces, the difference between bounded and totally bounded. They are not the same concept in general, but one implies the other, so one should prove an implication and find a counterexample. However, in certain metric spaces (e.g. Euclidean spaces) the two concepts &#039;&#039;are&#039;&#039; identical, so one should prove the equivalence.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Sequantially compact vs covering compact: equivalent in metric spaces, but not true for more general topological spaces.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Cauchy sequence vs convergent sequence: equivalent in complete metric spaces, but not equivalent in general (although convergent implies Cauchy in general). However, even incomplete metric spaces can be completed, so the two ideas sort of end up blurring together.&lt;br /&gt;
|-&lt;br /&gt;
| Googling around/reading alternative texts || || Sometimes a definition is confusingly written (in one textbook) or the concept itself is confusing (e.g. because it is too abstract). It can help to look around for alternative expositions, especially ones that try to explain the intuitions/historical motivations of the definition. See also [[learning from multiple sources]]. || || In mathematical logic, the terminology for formal languages is a mess: some books define a structure as having a domain and an interpretation (so structure = (domain, interpretation)), while others define the same thing as interpretation = (domain, denotations), while still others define it as structure = (domain, signature, interpretation). The result is that in order to not be confused when e.g. reading an article online, one must become familiar with a range of definitions/terminology for the same concepts and be able to quickly adjust to the intended one in a given context.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;To give another example from mathematical logic, there is the expresses vs captures distinction. But different books use terminology like arithmetically defines vs defines, represents vs expresses, etc. So again things are a mess.&lt;br /&gt;
|-&lt;br /&gt;
| Drawing a picture || Ideally ask this about every definition. But some subfields of math (e.g. analysis) are a lot more visual than others (e.g. mathematical logic). || || || Pugh&#039;s &#039;&#039;Real Mathematical Analysis&#039;&#039;, Needham&#039;s &#039;&#039;Visual Complex Analysis&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| Chunking/processing level by level || If a definition involves multiple layers of quantifiers. || || || See Tao&#039;s definitions for &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, eventually &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-adherent, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Asking some stock questions for a given field || || || || In computability theory, you should always be asking &amp;quot;Is this function total or partial?&amp;quot; or else you risk becoming confused.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In linear algebra (when done in a coordinate-free way) one should always ask &amp;quot;is this vector space finite-dimensional?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I think some other fields also have this kind of question that you should always be asking of objects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ways to speed things up==&lt;br /&gt;
&lt;br /&gt;
There are several ways to speed up/skip steps in the above table, so that one doesn&#039;t spend too much time on definitions.&lt;br /&gt;
&lt;br /&gt;
===Lazy understanding===&lt;br /&gt;
&lt;br /&gt;
One idea is to skip trying to really grok a definition at first, and see what bad things might happen. The idea is to then only come back to the definition when one needs details from it. This is similar to [[wikipedia:Lazy evaluation|lazy evaluation]] in programming.&lt;br /&gt;
&lt;br /&gt;
===Building off similar definitions===&lt;br /&gt;
&lt;br /&gt;
If a similar definition has just been defined (and one has taken the time to understand it), a similar definition will not need as much time to understand (one only needs to focus on the differences between the two definitions). For instance, after one has understood set union, one can relatively quickly understand set intersection.&lt;br /&gt;
&lt;br /&gt;
===Relying on experience and intuition===&lt;br /&gt;
&lt;br /&gt;
Eventually, after one has studied a lot of mathematics, understanding definitions becomes more automatic. One can gain an intuition of which steps are important for a particular definition, or when to spend some time and when to move quickly. One naturally asks the important questions, and can let curiosity guide one&#039;s exploration.&lt;br /&gt;
&lt;br /&gt;
==When reading textbooks==&lt;br /&gt;
&lt;br /&gt;
Most textbooks will assume the audience is a competent mathematician, so won&#039;t bother to explain what you should be doing at each definition.&lt;br /&gt;
&lt;br /&gt;
In definitions, it is traditional to use &amp;quot;if&amp;quot; to mean &amp;quot;if and only if&amp;quot;. (Some authors use &amp;quot;iff&amp;quot; in definitions.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Understanding theorems]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* http://www.abstractmath.org/MM/MMDefs.htm&lt;br /&gt;
* https://www.maa.org/node/121566 lists some other steps for both theorems and definitions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Reverse_mathematics -- this one is more important for [[understanding theorems]]. But the idea is to think, for each theorem, its place in the structure of the theory/relationship to other theorems. see for example https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers#Forms_of_completeness and https://en.wikipedia.org/wiki/Axiom_of_choice#Equivalents and https://en.wikipedia.org/wiki/Mathematical_induction#Equivalence_with_the_well-ordering_principle John Stillwell (who also wrote &#039;&#039;Mathematics and Its History&#039;&#039;) has a book called &#039;&#039;Reverse Mathematics&#039;&#039; that might explain this at an accessible level. See also Michael J. Schramm&#039;s &#039;&#039;Introduction to Real Analysis&#039;&#039;, which has the most complete &amp;quot;implication structure&amp;quot; between all the properties of the real line I&#039;ve seen in a textbook. See also James Propp&#039;s paper [https://arxiv.org/abs/1204.4483 &amp;quot;Real Analysis in Reverse&amp;quot;].&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/23/definitions/&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/25/alternative-definitions/&lt;br /&gt;
* I think Tim Gowers&#039;s [https://gowers.wordpress.com/category/cambridge-teaching/basic-logic/ basic logic] series of blog posts has some discussions about definitions&lt;br /&gt;
* https://www.google.com/search?q=%22There%20are%20good%20reasons%20why%20the%20theorems%20should%20all%20be%20easy%20and%20the%20definitions%20hard.%22&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1236</id>
		<title>Understanding mathematical definitions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1236"/>
		<updated>2024-07-23T05:31:41Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* List of steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Understanding mathematical definitions&#039;&#039;&#039; refers to the process of understanding the meaning of definitions in mathematics.&lt;br /&gt;
&lt;br /&gt;
==List of steps==&lt;br /&gt;
&lt;br /&gt;
Understanding a definition in mathematics is a complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Condition !! Description !! Purpose !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| Type-checking and parsing || || Parse each expression in the definition and understand its type. || It&#039;s easy to become confused when you don&#039;t know the meanings of expressions used in a definition. So the idea is to avoid this kind of error. || [https://machinelearning.subwiki.org/wiki/User:IssaRice/Type_checking_Pearl%27s_belief_propagation_notation]&lt;br /&gt;
|-&lt;br /&gt;
| Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary. || Generally you want definitions to be &amp;quot;expansive&amp;quot; in the sense of applying to many different objects. But each assumption you introduce whittles down the number of objects the definition applies to. In other words, there is tension between (1) trying to have expansive definitions, and (2) adding in assumptions/restrictions in a definition. So you want to make sure each assumption [https://wiki.lesswrong.com/wiki/Making_beliefs_pay_rent pays its rent] so that you don&#039;t make a definition narrower than it needs to be. || In the definition of convergence of a function at a point, Tao requires that &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; must be adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. He then says that it is not worthwhile to define convergence when &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; is not adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. (The idea is for the reader to make sure they understand why this assumption is good to have.)&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with examples || This should be done for definitions that define a class of objects or a new kind of object. || Come up with some examples of objects that fit the definition. Emphasize edge cases. || Examples help to train your intuition of what the object &amp;quot;looks like&amp;quot;. || For monotone increasing functions, an edge case would be the constant function. Such an edge case is useful because it doesn&#039;t look like a &amp;quot;typical&amp;quot; object of its class, and so one might naively not think it&#039;s an example; explicitly noting the edge case helps build intuition that it&#039;s not just strictly increasing functions or functions that increase at all are covered by the definition.&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with counterexamples || This should be done for definitions that define a class of objects or a new kind of object. || Come up with examples of objects that &#039;&#039;don&#039;t&#039;&#039; satisfy the definition. Emphasize objects that one might intuitively think would fit the definition but in reality don&#039;t. || As with coming up with examples, the idea is to train your intuition. But with counterexamples, you do it by making sure your conception of what the object &amp;quot;looks like&amp;quot; isn&#039;t too inclusive. [https://en.wikipedia.org/wiki/Confirmation_bias#Wason&#039;s_research_on_hypothesis-testing] || For monotone increasing functions, a counterexample is the function &amp;lt;math&amp;gt;f : \mathbf R \to \mathbf R&amp;lt;/math&amp;gt; defined by &amp;lt;math&amp;gt;f(x) = x^2&amp;lt;/math&amp;gt;. Even though this function &#039;&#039;is&#039;&#039; monotone on the non-negative reals, if we consider this function on all of &amp;lt;math&amp;gt;\mathbf R&amp;lt;/math&amp;gt; then it stops being monotone increasing. This counterexample also emphasizes the idea that the property of being &amp;quot;monotone increasing&amp;quot; doesn&#039;t just depend on the symbolic definition/behavior of the function, but also on its domain.&lt;br /&gt;
|-&lt;br /&gt;
| Writing out a wrong version of the definition || || || || See [https://gowers.wordpress.com/2011/09/30/basic-logic-quantifiers/ this post] by Tim Gowers (search &amp;quot;wrong versions&amp;quot; on the page).&lt;br /&gt;
|-&lt;br /&gt;
| Understanding the kind of definition || Do this for every definition. || Generally a definition will do one of the following things: (1) it will construct a brand new type of object (e.g. definition of a &#039;&#039;function&#039;&#039;); (2) it will take an existing type of object and create a predicate to describe some subclass of that type of object (e.g. take the integers and create the predicate &#039;&#039;even&#039;&#039;); (3) it will define an operation on some class of objects (e.g. take integers and define the operation of &#039;&#039;addition&#039;&#039;). See also [https://qchu.wordpress.com/2013/05/26/constructions-vs-specifications/ this post]. || This is good to keep in mind so that you don&#039;t get confused about what the definition is trying to do. || &lt;br /&gt;
|-&lt;br /&gt;
| Checking well-definedness || If the definition defines an operation || || || Checking that addition on the integers is well-defined.&lt;br /&gt;
|-&lt;br /&gt;
| Checking consistency with existing definition || If the definition supersedes an older definition or it clobbers up a previously defined notation || || || Addition on the reals after addition on the rationals has been defined.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For any function &amp;lt;math&amp;gt;f:X\to Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;, the inverse image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined. On the other hand, if a function &amp;lt;math&amp;gt;f : X\to Y&amp;lt;/math&amp;gt; is a bijection, then &amp;lt;math&amp;gt;f^{-1} : Y \to X&amp;lt;/math&amp;gt; is a function, so its forward image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined given any &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;. We must check that these two are the same set (or else have some way to disambiguate which one we mean). (This example is mentioned in both Tao&#039;s &#039;&#039;Analysis I&#039;&#039; and in Munkres&#039;s &#039;&#039;Topology&#039;&#039;.)&lt;br /&gt;
|-&lt;br /&gt;
| Disambiguating similar-seeming concepts || || || The idea is that sometimes, two different definitions &amp;quot;step on&amp;quot; the same intuitive concept that someone has. || (Example from Tao) &amp;quot;Disjoint&amp;quot; and &amp;quot;distinct&amp;quot; are both terms that apply to two sets. They even sound similar. Are they the same concept? Does one imply the other? It turns out, the answer is &amp;quot;no&amp;quot; to both: &amp;lt;math&amp;gt;\{1,2\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{2,3\}&amp;lt;/math&amp;gt; are distinct but not disjoint, and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; are disjoint but not distinct.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Partition of a set vs partition of an interval.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In metric spaces, the difference between bounded and totally bounded. They are not the same concept in general, but one implies the other, so one should prove an implication and find a counterexample. However, in certain metric spaces (e.g. Euclidean spaces) the two concepts &#039;&#039;are&#039;&#039; identical, so one should prove the equivalence.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Sequantially compact vs covering compact: equivalent in metric spaces, but not true for more general topological spaces.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Cauchy sequence vs convergent sequence: equivalent in complete metric spaces, but not equivalent in general (although convergent implies Cauchy in general). However, even incomplete metric spaces can be completed, so the two ideas sort of end up blurring together.&lt;br /&gt;
|-&lt;br /&gt;
| Googling around/reading alternative texts || || Sometimes a definition is confusingly written (in one textbook) or the concept itself is confusing (e.g. because it is too abstract). It can help to look around for alternative expositions, especially ones that try to explain the intuitions/historical motivations of the definition. See also [[learning from multiple sources]]. || || In mathematical logic, the terminology for formal languages is a mess: some books define a structure as having a domain and an interpretation (so structure = (domain, interpretation)), while others define the same thing as interpretation = (domain, denotations), while still others define it as structure = (domain, signature, interpretation). The result is that in order to not be confused when e.g. reading an article online, one must become familiar with a range of definitions/terminology for the same concepts and be able to quickly adjust to the intended one in a given context.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;To give another example from mathematical logic, there is the expresses vs captures distinction. But different books use terminology like arithmetically defines vs defines, represents vs expresses, etc. So again things are a mess.&lt;br /&gt;
|-&lt;br /&gt;
| Drawing a picture || Ideally ask this about every definition. But some subfields of math (e.g. analysis) are a lot more visual than others (e.g. mathematical logic). || || || Pugh&#039;s &#039;&#039;Real Mathematical Analysis&#039;&#039;, Needham&#039;s &#039;&#039;Visual Complex Analysis&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| Chunking/processing level by level || If a definition involves multiple layers of quantifiers. || || || See Tao&#039;s definitions for &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, eventually &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-adherent, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Asking some stock questions for a given field || || || || In computability theory, you should always be asking &amp;quot;Is this function total or partial?&amp;quot; or else you risk becoming confused.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In linear algebra (when done in a coordinate-free way) one should always ask &amp;quot;is this vector space finite-dimensional?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I think some other fields also have this kind of question that you should always be asking of objects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ways to speed things up==&lt;br /&gt;
&lt;br /&gt;
There are several ways to speed up/skip steps in the above table, so that one doesn&#039;t spend too much time on definitions.&lt;br /&gt;
&lt;br /&gt;
===Lazy understanding===&lt;br /&gt;
&lt;br /&gt;
One idea is to skip trying to really grok a definition at first, and see what bad things might happen. The idea is to then only come back to the definition when one needs details from it. This is similar to [[wikipedia:Lazy evaluation|lazy evaluation]] in programming.&lt;br /&gt;
&lt;br /&gt;
===Building off similar definitions===&lt;br /&gt;
&lt;br /&gt;
If a similar definition has just been defined (and one has taken the time to understand it), a similar definition will not need as much time to understand (one only needs to focus on the differences between the two definitions). For instance, after one has understood set union, one can relatively quickly understand set intersection.&lt;br /&gt;
&lt;br /&gt;
===Relying on experience and intuition===&lt;br /&gt;
&lt;br /&gt;
Eventually, after one has studied a lot of mathematics, understanding definitions becomes more automatic. One can gain an intuition of which steps are important for a particular definition, or when to spend some time and when to move quickly. One naturally asks the important questions, and can let curiosity guide one&#039;s exploration.&lt;br /&gt;
&lt;br /&gt;
==When reading textbooks==&lt;br /&gt;
&lt;br /&gt;
Most textbooks will assume the audience is a competent mathematician, so won&#039;t bother to explain what you should be doing at each definition.&lt;br /&gt;
&lt;br /&gt;
In definitions, it is traditional to use &amp;quot;if&amp;quot; to mean &amp;quot;if and only if&amp;quot;. (Some authors use &amp;quot;iff&amp;quot; in definitions.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Understanding theorems]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* http://www.abstractmath.org/MM/MMDefs.htm&lt;br /&gt;
* https://www.maa.org/node/121566 lists some other steps for both theorems and definitions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Reverse_mathematics -- this one is more important for [[understanding theorems]]. But the idea is to think, for each theorem, its place in the structure of the theory/relationship to other theorems. see for example https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers#Forms_of_completeness and https://en.wikipedia.org/wiki/Axiom_of_choice#Equivalents and https://en.wikipedia.org/wiki/Mathematical_induction#Equivalence_with_the_well-ordering_principle John Stillwell (who also wrote &#039;&#039;Mathematics and Its History&#039;&#039;) has a book called &#039;&#039;Reverse Mathematics&#039;&#039; that might explain this at an accessible level. See also Michael J. Schramm&#039;s &#039;&#039;Introduction to Real Analysis&#039;&#039;, which has the most complete &amp;quot;implication structure&amp;quot; between all the properties of the real line I&#039;ve seen in a textbook. See also James Propp&#039;s paper [https://arxiv.org/abs/1204.4483 &amp;quot;Real Analysis in Reverse&amp;quot;].&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/23/definitions/&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/25/alternative-definitions/&lt;br /&gt;
* I think Tim Gowers&#039;s [https://gowers.wordpress.com/category/cambridge-teaching/basic-logic/ basic logic] series of blog posts has some discussions about definitions&lt;br /&gt;
* https://www.google.com/search?q=%22There%20are%20good%20reasons%20why%20the%20theorems%20should%20all%20be%20easy%20and%20the%20definitions%20hard.%22&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1235</id>
		<title>Understanding mathematical definitions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1235"/>
		<updated>2024-07-23T05:29:52Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* List of steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Understanding mathematical definitions&#039;&#039;&#039; refers to the process of understanding the meaning of definitions in mathematics.&lt;br /&gt;
&lt;br /&gt;
==List of steps==&lt;br /&gt;
&lt;br /&gt;
Understanding a definition in mathematics is a complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Condition !! Description !! Purpose !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| Type-checking and parsing || || Parse each expression in the definition and understand its type. || It&#039;s easy to become confused when you don&#039;t know the meanings of expressions used in a definition. So the idea is to avoid this kind of error. || [https://machinelearning.subwiki.org/wiki/User:IssaRice/Type_checking_Pearl%27s_belief_propagation_notation]&lt;br /&gt;
|-&lt;br /&gt;
| Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary. || Generally you want definitions to be &amp;quot;expansive&amp;quot; in the sense of applying to many different objects. But each assumption you introduce whittles down the number of objects the definition applies to. In other words, there is tension between (1) trying to have expansive definitions, and (2) adding in assumptions/restrictions in a definition. So you want to make sure each assumption [https://wiki.lesswrong.com/wiki/Making_beliefs_pay_rent pays its rent] so that you don&#039;t make a definition narrower than it needs to be. || In the definition of convergence of a function at a point, Tao requires that &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; must be adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. He then says that it is not worthwhile to define convergence when &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; is not adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. (The idea is for the reader to make sure they understand why this assumption is good to have.)&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with examples || This should be done for definitions that define a class of objects or a new kind of object. || Come up with some examples of objects that fit the definition. Emphasize edge cases. || Examples help to train your intuition of what the object &amp;quot;looks like&amp;quot;. || For monotone increasing functions, an edge case would be the constant function. Such an edge case is useful because it doesn&#039;t look like a &amp;quot;typical&amp;quot; object of its class, and so one might naively not think it&#039;s an example; explicitly noting the edge case helps build intuition that it&#039;s not just strictly increasing functions or functions that increase at all are covered by the definition.&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with counterexamples || This should be done for definitions that define a class of objects or a new kind of object. || Come up with examples of objects that &#039;&#039;don&#039;t&#039;&#039; satisfy the definition. Emphasize objects that one might intuitively think would fit the definition but in reality don&#039;t. || As with coming up with examples, the idea is to train your intuition. But with counterexamples, you do it by making sure your conception of what the object &amp;quot;looks like&amp;quot; isn&#039;t too inclusive. [https://en.wikipedia.org/wiki/Confirmation_bias#Wason&#039;s_research_on_hypothesis-testing] || For monotone increasing functions, a counterexample is the function &amp;lt;math&amp;gt;f : \mathbf R \to \mathbf R&amp;lt;/math&amp;gt; defined by &amp;lt;math&amp;gt;f(x) = x^2&amp;lt;/math&amp;gt;. Even though this function &#039;&#039;is&#039;&#039; monotone on the non-negative reals, if we consider this function on all of &amp;lt;math&amp;gt;\mathbf R&amp;lt;/math&amp;gt; then it stops being monotone increasing. This counterexample also emphasizes the idea that the property of being &amp;quot;monotone increasing&amp;quot; doesn&#039;t just depend on the symbolic definition/behavior of the function, but also on its domain.&lt;br /&gt;
|-&lt;br /&gt;
| Writing out a wrong version of the definition || || || || See [https://gowers.wordpress.com/2011/09/30/basic-logic-quantifiers/ this post] by Tim Gowers (search &amp;quot;wrong versions&amp;quot; on the page).&lt;br /&gt;
|-&lt;br /&gt;
| Understanding the kind of definition || Do this for every definition. || Generally a definition will do one of the following things: (1) it will construct a brand new type of object (e.g. definition of a &#039;&#039;function&#039;&#039;); (2) it will take an existing type of object and create a predicate to describe some subclass of that type of object (e.g. take the integers and create the predicate &#039;&#039;even&#039;&#039;); (3) it will define an operation on some class of objects (e.g. take integers and define the operation of &#039;&#039;addition&#039;&#039;). See also [https://qchu.wordpress.com/2013/05/26/constructions-vs-specifications/ this post]. || ||&lt;br /&gt;
|-&lt;br /&gt;
| Checking well-definedness || If the definition defines an operation || || || Checking that addition on the integers is well-defined.&lt;br /&gt;
|-&lt;br /&gt;
| Checking consistency with existing definition || If the definition supersedes an older definition or it clobbers up a previously defined notation || || || Addition on the reals after addition on the rationals has been defined.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For any function &amp;lt;math&amp;gt;f:X\to Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;, the inverse image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined. On the other hand, if a function &amp;lt;math&amp;gt;f : X\to Y&amp;lt;/math&amp;gt; is a bijection, then &amp;lt;math&amp;gt;f^{-1} : Y \to X&amp;lt;/math&amp;gt; is a function, so its forward image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined given any &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;. We must check that these two are the same set (or else have some way to disambiguate which one we mean). (This example is mentioned in both Tao&#039;s &#039;&#039;Analysis I&#039;&#039; and in Munkres&#039;s &#039;&#039;Topology&#039;&#039;.)&lt;br /&gt;
|-&lt;br /&gt;
| Disambiguating similar-seeming concepts || || || The idea is that sometimes, two different definitions &amp;quot;step on&amp;quot; the same intuitive concept that someone has. || (Example from Tao) &amp;quot;Disjoint&amp;quot; and &amp;quot;distinct&amp;quot; are both terms that apply to two sets. They even sound similar. Are they the same concept? Does one imply the other? It turns out, the answer is &amp;quot;no&amp;quot; to both: &amp;lt;math&amp;gt;\{1,2\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{2,3\}&amp;lt;/math&amp;gt; are distinct but not disjoint, and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; are disjoint but not distinct.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Partition of a set vs partition of an interval.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In metric spaces, the difference between bounded and totally bounded. They are not the same concept in general, but one implies the other, so one should prove an implication and find a counterexample. However, in certain metric spaces (e.g. Euclidean spaces) the two concepts &#039;&#039;are&#039;&#039; identical, so one should prove the equivalence.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Sequantially compact vs covering compact: equivalent in metric spaces, but not true for more general topological spaces.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Cauchy sequence vs convergent sequence: equivalent in complete metric spaces, but not equivalent in general (although convergent implies Cauchy in general). However, even incomplete metric spaces can be completed, so the two ideas sort of end up blurring together.&lt;br /&gt;
|-&lt;br /&gt;
| Googling around/reading alternative texts || || Sometimes a definition is confusingly written (in one textbook) or the concept itself is confusing (e.g. because it is too abstract). It can help to look around for alternative expositions, especially ones that try to explain the intuitions/historical motivations of the definition. See also [[learning from multiple sources]]. || || In mathematical logic, the terminology for formal languages is a mess: some books define a structure as having a domain and an interpretation (so structure = (domain, interpretation)), while others define the same thing as interpretation = (domain, denotations), while still others define it as structure = (domain, signature, interpretation). The result is that in order to not be confused when e.g. reading an article online, one must become familiar with a range of definitions/terminology for the same concepts and be able to quickly adjust to the intended one in a given context.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;To give another example from mathematical logic, there is the expresses vs captures distinction. But different books use terminology like arithmetically defines vs defines, represents vs expresses, etc. So again things are a mess.&lt;br /&gt;
|-&lt;br /&gt;
| Drawing a picture || Ideally ask this about every definition. But some subfields of math (e.g. analysis) are a lot more visual than others (e.g. mathematical logic). || || || Pugh&#039;s &#039;&#039;Real Mathematical Analysis&#039;&#039;, Needham&#039;s &#039;&#039;Visual Complex Analysis&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| Chunking/processing level by level || If a definition involves multiple layers of quantifiers. || || || See Tao&#039;s definitions for &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, eventually &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-adherent, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Asking some stock questions for a given field || || || || In computability theory, you should always be asking &amp;quot;Is this function total or partial?&amp;quot; or else you risk becoming confused.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In linear algebra (when done in a coordinate-free way) one should always ask &amp;quot;is this vector space finite-dimensional?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I think some other fields also have this kind of question that you should always be asking of objects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ways to speed things up==&lt;br /&gt;
&lt;br /&gt;
There are several ways to speed up/skip steps in the above table, so that one doesn&#039;t spend too much time on definitions.&lt;br /&gt;
&lt;br /&gt;
===Lazy understanding===&lt;br /&gt;
&lt;br /&gt;
One idea is to skip trying to really grok a definition at first, and see what bad things might happen. The idea is to then only come back to the definition when one needs details from it. This is similar to [[wikipedia:Lazy evaluation|lazy evaluation]] in programming.&lt;br /&gt;
&lt;br /&gt;
===Building off similar definitions===&lt;br /&gt;
&lt;br /&gt;
If a similar definition has just been defined (and one has taken the time to understand it), a similar definition will not need as much time to understand (one only needs to focus on the differences between the two definitions). For instance, after one has understood set union, one can relatively quickly understand set intersection.&lt;br /&gt;
&lt;br /&gt;
===Relying on experience and intuition===&lt;br /&gt;
&lt;br /&gt;
Eventually, after one has studied a lot of mathematics, understanding definitions becomes more automatic. One can gain an intuition of which steps are important for a particular definition, or when to spend some time and when to move quickly. One naturally asks the important questions, and can let curiosity guide one&#039;s exploration.&lt;br /&gt;
&lt;br /&gt;
==When reading textbooks==&lt;br /&gt;
&lt;br /&gt;
Most textbooks will assume the audience is a competent mathematician, so won&#039;t bother to explain what you should be doing at each definition.&lt;br /&gt;
&lt;br /&gt;
In definitions, it is traditional to use &amp;quot;if&amp;quot; to mean &amp;quot;if and only if&amp;quot;. (Some authors use &amp;quot;iff&amp;quot; in definitions.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Understanding theorems]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* http://www.abstractmath.org/MM/MMDefs.htm&lt;br /&gt;
* https://www.maa.org/node/121566 lists some other steps for both theorems and definitions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Reverse_mathematics -- this one is more important for [[understanding theorems]]. But the idea is to think, for each theorem, its place in the structure of the theory/relationship to other theorems. see for example https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers#Forms_of_completeness and https://en.wikipedia.org/wiki/Axiom_of_choice#Equivalents and https://en.wikipedia.org/wiki/Mathematical_induction#Equivalence_with_the_well-ordering_principle John Stillwell (who also wrote &#039;&#039;Mathematics and Its History&#039;&#039;) has a book called &#039;&#039;Reverse Mathematics&#039;&#039; that might explain this at an accessible level. See also Michael J. Schramm&#039;s &#039;&#039;Introduction to Real Analysis&#039;&#039;, which has the most complete &amp;quot;implication structure&amp;quot; between all the properties of the real line I&#039;ve seen in a textbook. See also James Propp&#039;s paper [https://arxiv.org/abs/1204.4483 &amp;quot;Real Analysis in Reverse&amp;quot;].&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/23/definitions/&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/25/alternative-definitions/&lt;br /&gt;
* I think Tim Gowers&#039;s [https://gowers.wordpress.com/category/cambridge-teaching/basic-logic/ basic logic] series of blog posts has some discussions about definitions&lt;br /&gt;
* https://www.google.com/search?q=%22There%20are%20good%20reasons%20why%20the%20theorems%20should%20all%20be%20easy%20and%20the%20definitions%20hard.%22&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1234</id>
		<title>Understanding mathematical definitions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1234"/>
		<updated>2024-07-23T05:28:27Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* List of steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Understanding mathematical definitions&#039;&#039;&#039; refers to the process of understanding the meaning of definitions in mathematics.&lt;br /&gt;
&lt;br /&gt;
==List of steps==&lt;br /&gt;
&lt;br /&gt;
Understanding a definition in mathematics is a complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Condition !! Description !! Purpose !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| Type-checking and parsing || || Parse each expression in the definition and understand its type. || It&#039;s easy to become confused when you don&#039;t know the meanings of expressions used in a definition. So the idea is to avoid this kind of error. || [https://machinelearning.subwiki.org/wiki/User:IssaRice/Type_checking_Pearl%27s_belief_propagation_notation]&lt;br /&gt;
|-&lt;br /&gt;
| Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary. || Generally you want definitions to be &amp;quot;expansive&amp;quot; in the sense of applying to many different objects. But each assumption you introduce whittles down the number of objects the definition applies to. In other words, there is tension between (1) trying to have expansive definitions, and (2) adding in assumptions/restrictions in a definition. So you want to make sure each assumption [https://wiki.lesswrong.com/wiki/Making_beliefs_pay_rent pays its rent] so that you don&#039;t make a definition narrower than it needs to be. || In the definition of convergence of a function at a point, Tao requires that &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; must be adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. He then says that it is not worthwhile to define convergence when &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; is not adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. (The idea is for the reader to make sure they understand why this assumption is good to have.)&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with examples || This should be done for definitions that define a class of objects or a new kind of object. || Come up with some examples of objects that fit the definition. Emphasize edge cases. || Examples help to train your intuition of what the object &amp;quot;looks like&amp;quot;. || For monotone increasing functions, an edge case would be the constant function. Such an edge case is useful because it doesn&#039;t look like a &amp;quot;typical&amp;quot; object of its class, and so one might naively not think it&#039;s an example; explicitly noting the edge case helps build intuition that it&#039;s not just strictly increasing functions or functions that increase at all are covered by the definition.&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with counterexamples || This should be done for definitions that define a class of objects or a new kind of object. || Come up with examples of objects that &#039;&#039;don&#039;t&#039;&#039; satisfy the definition. Emphasize objects that one might intuitively think would fit the definition but in reality don&#039;t. || As with coming up with examples, the idea is to train your intuition. But with counterexamples, you do it by making sure your conception of what the object &amp;quot;looks like&amp;quot; isn&#039;t too inclusive. [https://en.wikipedia.org/wiki/Confirmation_bias#Wason&#039;s_research_on_hypothesis-testing] || For monotone increasing functions, a counterexample is the function &amp;lt;math&amp;gt;f : \mathbf R \to \mathbf R&amp;lt;/math&amp;gt; defined by &amp;lt;math&amp;gt;f(x) = x^2&amp;lt;/math&amp;gt;. Even though this function &#039;&#039;is&#039;&#039; monotone on the non-negative reals, if we consider this function on all of &amp;lt;math&amp;gt;\mathbf R&amp;lt;/math&amp;gt; then it stops being monotone increasing.&lt;br /&gt;
|-&lt;br /&gt;
| Writing out a wrong version of the definition || || || || See [https://gowers.wordpress.com/2011/09/30/basic-logic-quantifiers/ this post] by Tim Gowers (search &amp;quot;wrong versions&amp;quot; on the page).&lt;br /&gt;
|-&lt;br /&gt;
| Understanding the kind of definition || Do this for every definition. || Generally a definition will do one of the following things: (1) it will construct a brand new type of object (e.g. definition of a &#039;&#039;function&#039;&#039;); (2) it will take an existing type of object and create a predicate to describe some subclass of that type of object (e.g. take the integers and create the predicate &#039;&#039;even&#039;&#039;); (3) it will define an operation on some class of objects (e.g. take integers and define the operation of &#039;&#039;addition&#039;&#039;). See also [https://qchu.wordpress.com/2013/05/26/constructions-vs-specifications/ this post]. || ||&lt;br /&gt;
|-&lt;br /&gt;
| Checking well-definedness || If the definition defines an operation || || || Checking that addition on the integers is well-defined.&lt;br /&gt;
|-&lt;br /&gt;
| Checking consistency with existing definition || If the definition supersedes an older definition or it clobbers up a previously defined notation || || || Addition on the reals after addition on the rationals has been defined.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For any function &amp;lt;math&amp;gt;f:X\to Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;, the inverse image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined. On the other hand, if a function &amp;lt;math&amp;gt;f : X\to Y&amp;lt;/math&amp;gt; is a bijection, then &amp;lt;math&amp;gt;f^{-1} : Y \to X&amp;lt;/math&amp;gt; is a function, so its forward image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined given any &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;. We must check that these two are the same set (or else have some way to disambiguate which one we mean). (This example is mentioned in both Tao&#039;s &#039;&#039;Analysis I&#039;&#039; and in Munkres&#039;s &#039;&#039;Topology&#039;&#039;.)&lt;br /&gt;
|-&lt;br /&gt;
| Disambiguating similar-seeming concepts || || || The idea is that sometimes, two different definitions &amp;quot;step on&amp;quot; the same intuitive concept that someone has. || (Example from Tao) &amp;quot;Disjoint&amp;quot; and &amp;quot;distinct&amp;quot; are both terms that apply to two sets. They even sound similar. Are they the same concept? Does one imply the other? It turns out, the answer is &amp;quot;no&amp;quot; to both: &amp;lt;math&amp;gt;\{1,2\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{2,3\}&amp;lt;/math&amp;gt; are distinct but not disjoint, and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; are disjoint but not distinct.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Partition of a set vs partition of an interval.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In metric spaces, the difference between bounded and totally bounded. They are not the same concept in general, but one implies the other, so one should prove an implication and find a counterexample. However, in certain metric spaces (e.g. Euclidean spaces) the two concepts &#039;&#039;are&#039;&#039; identical, so one should prove the equivalence.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Sequantially compact vs covering compact: equivalent in metric spaces, but not true for more general topological spaces.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Cauchy sequence vs convergent sequence: equivalent in complete metric spaces, but not equivalent in general (although convergent implies Cauchy in general). However, even incomplete metric spaces can be completed, so the two ideas sort of end up blurring together.&lt;br /&gt;
|-&lt;br /&gt;
| Googling around/reading alternative texts || || Sometimes a definition is confusingly written (in one textbook) or the concept itself is confusing (e.g. because it is too abstract). It can help to look around for alternative expositions, especially ones that try to explain the intuitions/historical motivations of the definition. See also [[learning from multiple sources]]. || || In mathematical logic, the terminology for formal languages is a mess: some books define a structure as having a domain and an interpretation (so structure = (domain, interpretation)), while others define the same thing as interpretation = (domain, denotations), while still others define it as structure = (domain, signature, interpretation). The result is that in order to not be confused when e.g. reading an article online, one must become familiar with a range of definitions/terminology for the same concepts and be able to quickly adjust to the intended one in a given context.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;To give another example from mathematical logic, there is the expresses vs captures distinction. But different books use terminology like arithmetically defines vs defines, represents vs expresses, etc. So again things are a mess.&lt;br /&gt;
|-&lt;br /&gt;
| Drawing a picture || Ideally ask this about every definition. But some subfields of math (e.g. analysis) are a lot more visual than others (e.g. mathematical logic). || || || Pugh&#039;s &#039;&#039;Real Mathematical Analysis&#039;&#039;, Needham&#039;s &#039;&#039;Visual Complex Analysis&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| Chunking/processing level by level || If a definition involves multiple layers of quantifiers. || || || See Tao&#039;s definitions for &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, eventually &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-adherent, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Asking some stock questions for a given field || || || || In computability theory, you should always be asking &amp;quot;Is this function total or partial?&amp;quot; or else you risk becoming confused.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In linear algebra (when done in a coordinate-free way) one should always ask &amp;quot;is this vector space finite-dimensional?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I think some other fields also have this kind of question that you should always be asking of objects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ways to speed things up==&lt;br /&gt;
&lt;br /&gt;
There are several ways to speed up/skip steps in the above table, so that one doesn&#039;t spend too much time on definitions.&lt;br /&gt;
&lt;br /&gt;
===Lazy understanding===&lt;br /&gt;
&lt;br /&gt;
One idea is to skip trying to really grok a definition at first, and see what bad things might happen. The idea is to then only come back to the definition when one needs details from it. This is similar to [[wikipedia:Lazy evaluation|lazy evaluation]] in programming.&lt;br /&gt;
&lt;br /&gt;
===Building off similar definitions===&lt;br /&gt;
&lt;br /&gt;
If a similar definition has just been defined (and one has taken the time to understand it), a similar definition will not need as much time to understand (one only needs to focus on the differences between the two definitions). For instance, after one has understood set union, one can relatively quickly understand set intersection.&lt;br /&gt;
&lt;br /&gt;
===Relying on experience and intuition===&lt;br /&gt;
&lt;br /&gt;
Eventually, after one has studied a lot of mathematics, understanding definitions becomes more automatic. One can gain an intuition of which steps are important for a particular definition, or when to spend some time and when to move quickly. One naturally asks the important questions, and can let curiosity guide one&#039;s exploration.&lt;br /&gt;
&lt;br /&gt;
==When reading textbooks==&lt;br /&gt;
&lt;br /&gt;
Most textbooks will assume the audience is a competent mathematician, so won&#039;t bother to explain what you should be doing at each definition.&lt;br /&gt;
&lt;br /&gt;
In definitions, it is traditional to use &amp;quot;if&amp;quot; to mean &amp;quot;if and only if&amp;quot;. (Some authors use &amp;quot;iff&amp;quot; in definitions.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Understanding theorems]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* http://www.abstractmath.org/MM/MMDefs.htm&lt;br /&gt;
* https://www.maa.org/node/121566 lists some other steps for both theorems and definitions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Reverse_mathematics -- this one is more important for [[understanding theorems]]. But the idea is to think, for each theorem, its place in the structure of the theory/relationship to other theorems. see for example https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers#Forms_of_completeness and https://en.wikipedia.org/wiki/Axiom_of_choice#Equivalents and https://en.wikipedia.org/wiki/Mathematical_induction#Equivalence_with_the_well-ordering_principle John Stillwell (who also wrote &#039;&#039;Mathematics and Its History&#039;&#039;) has a book called &#039;&#039;Reverse Mathematics&#039;&#039; that might explain this at an accessible level. See also Michael J. Schramm&#039;s &#039;&#039;Introduction to Real Analysis&#039;&#039;, which has the most complete &amp;quot;implication structure&amp;quot; between all the properties of the real line I&#039;ve seen in a textbook. See also James Propp&#039;s paper [https://arxiv.org/abs/1204.4483 &amp;quot;Real Analysis in Reverse&amp;quot;].&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/23/definitions/&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/25/alternative-definitions/&lt;br /&gt;
* I think Tim Gowers&#039;s [https://gowers.wordpress.com/category/cambridge-teaching/basic-logic/ basic logic] series of blog posts has some discussions about definitions&lt;br /&gt;
* https://www.google.com/search?q=%22There%20are%20good%20reasons%20why%20the%20theorems%20should%20all%20be%20easy%20and%20the%20definitions%20hard.%22&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1233</id>
		<title>Understanding mathematical definitions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1233"/>
		<updated>2024-07-23T05:22:08Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* List of steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Understanding mathematical definitions&#039;&#039;&#039; refers to the process of understanding the meaning of definitions in mathematics.&lt;br /&gt;
&lt;br /&gt;
==List of steps==&lt;br /&gt;
&lt;br /&gt;
Understanding a definition in mathematics is a complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Condition !! Description !! Purpose !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| Type-checking and parsing || || Parse each expression in the definition and understand its type. || It&#039;s easy to become confused when you don&#039;t know the meanings of expressions used in a definition. So the idea is to avoid this kind of error. || [https://machinelearning.subwiki.org/wiki/User:IssaRice/Type_checking_Pearl%27s_belief_propagation_notation]&lt;br /&gt;
|-&lt;br /&gt;
| Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary. || Generally you want definitions to be &amp;quot;expansive&amp;quot; in the sense of applying to many different objects. But each assumption you introduce whittles down the number of objects the definition applies to. In other words, there is tension between (1) trying to have expansive definitions, and (2) adding in assumptions/restrictions in a definition. So you want to make sure each assumption [https://wiki.lesswrong.com/wiki/Making_beliefs_pay_rent pays its rent] so that you don&#039;t make a definition narrower than it needs to be. || In the definition of convergence of a function at a point, Tao requires that &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; must be adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. He then says that it is not worthwhile to define convergence when &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; is not adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. (The idea is for the reader to make sure they understand why this assumption is good to have.)&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with examples || This should be done for basically every definition. || Come up with some examples of objects that fit the definition. Emphasize edge cases. || Examples help to train your intuition of what the object &amp;quot;looks like&amp;quot;. || For monotone increasing functions, an edge case would be the constant function. Such an edge case is useful because it doesn&#039;t look like a &amp;quot;typical&amp;quot; object of its class, and so one might naively not think it&#039;s an example; explicitly noting the edge case helps build intuition that it&#039;s not just strictly increasing functions or functions that increase at all are covered by the definition.&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with counterexamples || || || As with coming up with examples, the idea is to train your intuition. But with counterexamples, you do it by making sure your conception of what the object &amp;quot;looks like&amp;quot; isn&#039;t too inclusive. [https://en.wikipedia.org/wiki/Confirmation_bias#Wason&#039;s_research_on_hypothesis-testing] ||&lt;br /&gt;
|-&lt;br /&gt;
| Writing out a wrong version of the definition || || || || See [https://gowers.wordpress.com/2011/09/30/basic-logic-quantifiers/ this post] by Tim Gowers (search &amp;quot;wrong versions&amp;quot; on the page).&lt;br /&gt;
|-&lt;br /&gt;
| Understanding the kind of definition || Do this for every definition. || Generally a definition will do one of the following things: (1) it will construct a brand new type of object (e.g. definition of a &#039;&#039;function&#039;&#039;); (2) it will take an existing type of object and create a predicate to describe some subclass of that type of object (e.g. take the integers and create the predicate &#039;&#039;even&#039;&#039;); (3) it will define an operation on some class of objects (e.g. take integers and define the operation of &#039;&#039;addition&#039;&#039;). See also [https://qchu.wordpress.com/2013/05/26/constructions-vs-specifications/ this post]. || ||&lt;br /&gt;
|-&lt;br /&gt;
| Checking well-definedness || If the definition defines an operation || || || Checking that addition on the integers is well-defined.&lt;br /&gt;
|-&lt;br /&gt;
| Checking consistency with existing definition || If the definition supersedes an older definition or it clobbers up a previously defined notation || || || Addition on the reals after addition on the rationals has been defined.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For any function &amp;lt;math&amp;gt;f:X\to Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;, the inverse image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined. On the other hand, if a function &amp;lt;math&amp;gt;f : X\to Y&amp;lt;/math&amp;gt; is a bijection, then &amp;lt;math&amp;gt;f^{-1} : Y \to X&amp;lt;/math&amp;gt; is a function, so its forward image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined given any &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;. We must check that these two are the same set (or else have some way to disambiguate which one we mean). (This example is mentioned in both Tao&#039;s &#039;&#039;Analysis I&#039;&#039; and in Munkres&#039;s &#039;&#039;Topology&#039;&#039;.)&lt;br /&gt;
|-&lt;br /&gt;
| Disambiguating similar-seeming concepts || || || The idea is that sometimes, two different definitions &amp;quot;step on&amp;quot; the same intuitive concept that someone has. || (Example from Tao) &amp;quot;Disjoint&amp;quot; and &amp;quot;distinct&amp;quot; are both terms that apply to two sets. They even sound similar. Are they the same concept? Does one imply the other? It turns out, the answer is &amp;quot;no&amp;quot; to both: &amp;lt;math&amp;gt;\{1,2\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{2,3\}&amp;lt;/math&amp;gt; are distinct but not disjoint, and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; are disjoint but not distinct.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Partition of a set vs partition of an interval.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In metric spaces, the difference between bounded and totally bounded. They are not the same concept in general, but one implies the other, so one should prove an implication and find a counterexample. However, in certain metric spaces (e.g. Euclidean spaces) the two concepts &#039;&#039;are&#039;&#039; identical, so one should prove the equivalence.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Sequantially compact vs covering compact: equivalent in metric spaces, but not true for more general topological spaces.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Cauchy sequence vs convergent sequence: equivalent in complete metric spaces, but not equivalent in general (although convergent implies Cauchy in general). However, even incomplete metric spaces can be completed, so the two ideas sort of end up blurring together.&lt;br /&gt;
|-&lt;br /&gt;
| Googling around/reading alternative texts || || Sometimes a definition is confusingly written (in one textbook) or the concept itself is confusing (e.g. because it is too abstract). It can help to look around for alternative expositions, especially ones that try to explain the intuitions/historical motivations of the definition. See also [[learning from multiple sources]]. || || In mathematical logic, the terminology for formal languages is a mess: some books define a structure as having a domain and an interpretation (so structure = (domain, interpretation)), while others define the same thing as interpretation = (domain, denotations), while still others define it as structure = (domain, signature, interpretation). The result is that in order to not be confused when e.g. reading an article online, one must become familiar with a range of definitions/terminology for the same concepts and be able to quickly adjust to the intended one in a given context.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;To give another example from mathematical logic, there is the expresses vs captures distinction. But different books use terminology like arithmetically defines vs defines, represents vs expresses, etc. So again things are a mess.&lt;br /&gt;
|-&lt;br /&gt;
| Drawing a picture || Ideally ask this about every definition. But some subfields of math (e.g. analysis) are a lot more visual than others (e.g. mathematical logic). || || || Pugh&#039;s &#039;&#039;Real Mathematical Analysis&#039;&#039;, Needham&#039;s &#039;&#039;Visual Complex Analysis&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| Chunking/processing level by level || If a definition involves multiple layers of quantifiers. || || || See Tao&#039;s definitions for &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, eventually &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-adherent, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Asking some stock questions for a given field || || || || In computability theory, you should always be asking &amp;quot;Is this function total or partial?&amp;quot; or else you risk becoming confused.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In linear algebra (when done in a coordinate-free way) one should always ask &amp;quot;is this vector space finite-dimensional?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I think some other fields also have this kind of question that you should always be asking of objects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ways to speed things up==&lt;br /&gt;
&lt;br /&gt;
There are several ways to speed up/skip steps in the above table, so that one doesn&#039;t spend too much time on definitions.&lt;br /&gt;
&lt;br /&gt;
===Lazy understanding===&lt;br /&gt;
&lt;br /&gt;
One idea is to skip trying to really grok a definition at first, and see what bad things might happen. The idea is to then only come back to the definition when one needs details from it. This is similar to [[wikipedia:Lazy evaluation|lazy evaluation]] in programming.&lt;br /&gt;
&lt;br /&gt;
===Building off similar definitions===&lt;br /&gt;
&lt;br /&gt;
If a similar definition has just been defined (and one has taken the time to understand it), a similar definition will not need as much time to understand (one only needs to focus on the differences between the two definitions). For instance, after one has understood set union, one can relatively quickly understand set intersection.&lt;br /&gt;
&lt;br /&gt;
===Relying on experience and intuition===&lt;br /&gt;
&lt;br /&gt;
Eventually, after one has studied a lot of mathematics, understanding definitions becomes more automatic. One can gain an intuition of which steps are important for a particular definition, or when to spend some time and when to move quickly. One naturally asks the important questions, and can let curiosity guide one&#039;s exploration.&lt;br /&gt;
&lt;br /&gt;
==When reading textbooks==&lt;br /&gt;
&lt;br /&gt;
Most textbooks will assume the audience is a competent mathematician, so won&#039;t bother to explain what you should be doing at each definition.&lt;br /&gt;
&lt;br /&gt;
In definitions, it is traditional to use &amp;quot;if&amp;quot; to mean &amp;quot;if and only if&amp;quot;. (Some authors use &amp;quot;iff&amp;quot; in definitions.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Understanding theorems]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* http://www.abstractmath.org/MM/MMDefs.htm&lt;br /&gt;
* https://www.maa.org/node/121566 lists some other steps for both theorems and definitions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Reverse_mathematics -- this one is more important for [[understanding theorems]]. But the idea is to think, for each theorem, its place in the structure of the theory/relationship to other theorems. see for example https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers#Forms_of_completeness and https://en.wikipedia.org/wiki/Axiom_of_choice#Equivalents and https://en.wikipedia.org/wiki/Mathematical_induction#Equivalence_with_the_well-ordering_principle John Stillwell (who also wrote &#039;&#039;Mathematics and Its History&#039;&#039;) has a book called &#039;&#039;Reverse Mathematics&#039;&#039; that might explain this at an accessible level. See also Michael J. Schramm&#039;s &#039;&#039;Introduction to Real Analysis&#039;&#039;, which has the most complete &amp;quot;implication structure&amp;quot; between all the properties of the real line I&#039;ve seen in a textbook. See also James Propp&#039;s paper [https://arxiv.org/abs/1204.4483 &amp;quot;Real Analysis in Reverse&amp;quot;].&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/23/definitions/&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/25/alternative-definitions/&lt;br /&gt;
* I think Tim Gowers&#039;s [https://gowers.wordpress.com/category/cambridge-teaching/basic-logic/ basic logic] series of blog posts has some discussions about definitions&lt;br /&gt;
* https://www.google.com/search?q=%22There%20are%20good%20reasons%20why%20the%20theorems%20should%20all%20be%20easy%20and%20the%20definitions%20hard.%22&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1232</id>
		<title>Understanding mathematical definitions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1232"/>
		<updated>2024-07-22T21:23:12Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* List of steps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Understanding mathematical definitions&#039;&#039;&#039; refers to the process of understanding the meaning of definitions in mathematics.&lt;br /&gt;
&lt;br /&gt;
==List of steps==&lt;br /&gt;
&lt;br /&gt;
Understanding a definition in mathematics is a complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Condition !! Description !! Purpose !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| Type-checking and parsing || || Parse each expression in the definition and understand its type. || It&#039;s easy to become confused when you don&#039;t know the meanings of expressions used in a definition. So the idea is to avoid this kind of error. || [https://machinelearning.subwiki.org/wiki/User:IssaRice/Type_checking_Pearl%27s_belief_propagation_notation]&lt;br /&gt;
|-&lt;br /&gt;
| Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary. || Generally you want definitions to be &amp;quot;expansive&amp;quot; in the sense of applying to many different objects. But each assumption you introduce whittles down the number of objects the definition applies to. In other words, there is tension between (1) trying to have expansive definitions, and (2) adding in assumptions/restrictions in a definition. So you want to make sure each assumption [https://wiki.lesswrong.com/wiki/Making_beliefs_pay_rent pays its rent] so that you don&#039;t make a definition narrower than it needs to be. || In the definition of convergence of a function at a point, Tao requires that &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; must be adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. He then says that it is not worthwhile to define convergence when &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; is not adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. (The idea is for the reader to make sure they understand why this assumption is good to have.)&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with examples || || Come up with some examples of objects that fit the definition. Emphasize edge cases. || Examples help to train your intuition of what the object &amp;quot;looks like&amp;quot;. || For monotone increasing functions, an edge case would be the constant function.&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with counterexamples || || || As with coming up with examples, the idea is to train your intuition. But with counterexamples, you do it by making sure your conception of what the object &amp;quot;looks like&amp;quot; isn&#039;t too inclusive. [https://en.wikipedia.org/wiki/Confirmation_bias#Wason&#039;s_research_on_hypothesis-testing] ||&lt;br /&gt;
|-&lt;br /&gt;
| Writing out a wrong version of the definition || || || || See [https://gowers.wordpress.com/2011/09/30/basic-logic-quantifiers/ this post] by Tim Gowers (search &amp;quot;wrong versions&amp;quot; on the page).&lt;br /&gt;
|-&lt;br /&gt;
| Understanding the kind of definition || Do this for every definition. || Generally a definition will do one of the following things: (1) it will construct a brand new type of object (e.g. definition of a &#039;&#039;function&#039;&#039;); (2) it will take an existing type of object and create a predicate to describe some subclass of that type of object (e.g. take the integers and create the predicate &#039;&#039;even&#039;&#039;); (3) it will define an operation on some class of objects (e.g. take integers and define the operation of &#039;&#039;addition&#039;&#039;). See also [https://qchu.wordpress.com/2013/05/26/constructions-vs-specifications/ this post]. || ||&lt;br /&gt;
|-&lt;br /&gt;
| Checking well-definedness || If the definition defines an operation || || || Checking that addition on the integers is well-defined.&lt;br /&gt;
|-&lt;br /&gt;
| Checking consistency with existing definition || If the definition supersedes an older definition or it clobbers up a previously defined notation || || || Addition on the reals after addition on the rationals has been defined.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For any function &amp;lt;math&amp;gt;f:X\to Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;, the inverse image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined. On the other hand, if a function &amp;lt;math&amp;gt;f : X\to Y&amp;lt;/math&amp;gt; is a bijection, then &amp;lt;math&amp;gt;f^{-1} : Y \to X&amp;lt;/math&amp;gt; is a function, so its forward image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined given any &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;. We must check that these two are the same set (or else have some way to disambiguate which one we mean). (This example is mentioned in both Tao&#039;s &#039;&#039;Analysis I&#039;&#039; and in Munkres&#039;s &#039;&#039;Topology&#039;&#039;.)&lt;br /&gt;
|-&lt;br /&gt;
| Disambiguating similar-seeming concepts || || || The idea is that sometimes, two different definitions &amp;quot;step on&amp;quot; the same intuitive concept that someone has. || (Example from Tao) &amp;quot;Disjoint&amp;quot; and &amp;quot;distinct&amp;quot; are both terms that apply to two sets. They even sound similar. Are they the same concept? Does one imply the other? It turns out, the answer is &amp;quot;no&amp;quot; to both: &amp;lt;math&amp;gt;\{1,2\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{2,3\}&amp;lt;/math&amp;gt; are distinct but not disjoint, and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; are disjoint but not distinct.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Partition of a set vs partition of an interval.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In metric spaces, the difference between bounded and totally bounded. They are not the same concept in general, but one implies the other, so one should prove an implication and find a counterexample. However, in certain metric spaces (e.g. Euclidean spaces) the two concepts &#039;&#039;are&#039;&#039; identical, so one should prove the equivalence.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Sequantially compact vs covering compact: equivalent in metric spaces, but not true for more general topological spaces.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Cauchy sequence vs convergent sequence: equivalent in complete metric spaces, but not equivalent in general (although convergent implies Cauchy in general). However, even incomplete metric spaces can be completed, so the two ideas sort of end up blurring together.&lt;br /&gt;
|-&lt;br /&gt;
| Googling around/reading alternative texts || || Sometimes a definition is confusingly written (in one textbook) or the concept itself is confusing (e.g. because it is too abstract). It can help to look around for alternative expositions, especially ones that try to explain the intuitions/historical motivations of the definition. See also [[learning from multiple sources]]. || || In mathematical logic, the terminology for formal languages is a mess: some books define a structure as having a domain and an interpretation (so structure = (domain, interpretation)), while others define the same thing as interpretation = (domain, denotations), while still others define it as structure = (domain, signature, interpretation). The result is that in order to not be confused when e.g. reading an article online, one must become familiar with a range of definitions/terminology for the same concepts and be able to quickly adjust to the intended one in a given context.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;To give another example from mathematical logic, there is the expresses vs captures distinction. But different books use terminology like arithmetically defines vs defines, represents vs expresses, etc. So again things are a mess.&lt;br /&gt;
|-&lt;br /&gt;
| Drawing a picture || Ideally ask this about every definition. But some subfields of math (e.g. analysis) are a lot more visual than others (e.g. mathematical logic). || || || Pugh&#039;s &#039;&#039;Real Mathematical Analysis&#039;&#039;, Needham&#039;s &#039;&#039;Visual Complex Analysis&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| Chunking/processing level by level || If a definition involves multiple layers of quantifiers. || || || See Tao&#039;s definitions for &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, eventually &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-adherent, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Asking some stock questions for a given field || || || || In computability theory, you should always be asking &amp;quot;Is this function total or partial?&amp;quot; or else you risk becoming confused.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In linear algebra (when done in a coordinate-free way) one should always ask &amp;quot;is this vector space finite-dimensional?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I think some other fields also have this kind of question that you should always be asking of objects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ways to speed things up==&lt;br /&gt;
&lt;br /&gt;
There are several ways to speed up/skip steps in the above table, so that one doesn&#039;t spend too much time on definitions.&lt;br /&gt;
&lt;br /&gt;
===Lazy understanding===&lt;br /&gt;
&lt;br /&gt;
One idea is to skip trying to really grok a definition at first, and see what bad things might happen. The idea is to then only come back to the definition when one needs details from it. This is similar to [[wikipedia:Lazy evaluation|lazy evaluation]] in programming.&lt;br /&gt;
&lt;br /&gt;
===Building off similar definitions===&lt;br /&gt;
&lt;br /&gt;
If a similar definition has just been defined (and one has taken the time to understand it), a similar definition will not need as much time to understand (one only needs to focus on the differences between the two definitions). For instance, after one has understood set union, one can relatively quickly understand set intersection.&lt;br /&gt;
&lt;br /&gt;
===Relying on experience and intuition===&lt;br /&gt;
&lt;br /&gt;
Eventually, after one has studied a lot of mathematics, understanding definitions becomes more automatic. One can gain an intuition of which steps are important for a particular definition, or when to spend some time and when to move quickly. One naturally asks the important questions, and can let curiosity guide one&#039;s exploration.&lt;br /&gt;
&lt;br /&gt;
==When reading textbooks==&lt;br /&gt;
&lt;br /&gt;
Most textbooks will assume the audience is a competent mathematician, so won&#039;t bother to explain what you should be doing at each definition.&lt;br /&gt;
&lt;br /&gt;
In definitions, it is traditional to use &amp;quot;if&amp;quot; to mean &amp;quot;if and only if&amp;quot;. (Some authors use &amp;quot;iff&amp;quot; in definitions.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Understanding theorems]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* http://www.abstractmath.org/MM/MMDefs.htm&lt;br /&gt;
* https://www.maa.org/node/121566 lists some other steps for both theorems and definitions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Reverse_mathematics -- this one is more important for [[understanding theorems]]. But the idea is to think, for each theorem, its place in the structure of the theory/relationship to other theorems. see for example https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers#Forms_of_completeness and https://en.wikipedia.org/wiki/Axiom_of_choice#Equivalents and https://en.wikipedia.org/wiki/Mathematical_induction#Equivalence_with_the_well-ordering_principle John Stillwell (who also wrote &#039;&#039;Mathematics and Its History&#039;&#039;) has a book called &#039;&#039;Reverse Mathematics&#039;&#039; that might explain this at an accessible level. See also Michael J. Schramm&#039;s &#039;&#039;Introduction to Real Analysis&#039;&#039;, which has the most complete &amp;quot;implication structure&amp;quot; between all the properties of the real line I&#039;ve seen in a textbook. See also James Propp&#039;s paper [https://arxiv.org/abs/1204.4483 &amp;quot;Real Analysis in Reverse&amp;quot;].&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/23/definitions/&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/25/alternative-definitions/&lt;br /&gt;
* I think Tim Gowers&#039;s [https://gowers.wordpress.com/category/cambridge-teaching/basic-logic/ basic logic] series of blog posts has some discussions about definitions&lt;br /&gt;
* https://www.google.com/search?q=%22There%20are%20good%20reasons%20why%20the%20theorems%20should%20all%20be%20easy%20and%20the%20definitions%20hard.%22&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1231</id>
		<title>Understanding mathematical definitions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=1231"/>
		<updated>2024-07-22T21:21:39Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Understanding mathematical definitions&#039;&#039;&#039; refers to the process of understanding the meaning of definitions in mathematics.&lt;br /&gt;
&lt;br /&gt;
==List of steps==&lt;br /&gt;
&lt;br /&gt;
Understanding a definition in mathematics is a complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Condition !! Description !! Purpose !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| Type-checking and parsing || || Parse each expression in the definition and understand its type. || It&#039;s easy to become confused when you don&#039;t know the meanings of expressions used in a definition. So the idea is to avoid this kind of error. || [https://machinelearning.subwiki.org/wiki/User:IssaRice/Type_checking_Pearl%27s_belief_propagation_notation]&lt;br /&gt;
|-&lt;br /&gt;
| Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary. || Generally you want definitions to be &amp;quot;expansive&amp;quot; in the sense of applying to many different objects. But each assumption you introduce whittles down the number of objects the definition applies to. In other words, there is tension between (1) trying to have expansive definitions, and (2) adding in assumptions/restrictions in a definition. So you want to make sure each assumption [https://wiki.lesswrong.com/wiki/Making_beliefs_pay_rent pays its rent] so that you don&#039;t make a definition narrower than it needs to be. || In the definition of convergence of a function at a point, Tao requires that &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; must be adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. He then says that it is not worthwhile to define convergence when &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; is not adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. (The idea is for the reader to make sure they understand why this assumption is good to have.)&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with examples || || Come up with some examples of objects that fit the definition. Emphasize edge cases. || Examples help to train your intuition of what the object &amp;quot;looks like&amp;quot;. || For monotone increasing functions, an edge case would be the constant function.&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with counterexamples || || || As with coming up with examples, the idea is to train your intuition. But with counterexamples, you do it by making sure your conception of what the object &amp;quot;looks like&amp;quot; isn&#039;t too inclusive. [https://en.wikipedia.org/wiki/Confirmation_bias#Wason&#039;s_research_on_hypothesis-testing] ||&lt;br /&gt;
|-&lt;br /&gt;
| Writing out a wrong version of the definition || || || || See [https://gowers.wordpress.com/2011/09/30/basic-logic-quantifiers/ this post] by Tim Gowers (search &amp;quot;wrong versions&amp;quot; on the page).&lt;br /&gt;
|-&lt;br /&gt;
| Understanding the kind of definition || || Generally a definition will do one of the following things: (1) it will construct a brand new type of object (e.g. definition of a &#039;&#039;function&#039;&#039;); (2) it will take an existing type of object and create a predicate to describe some subclass of that type of object (e.g. take the integers and create the predicate &#039;&#039;even&#039;&#039;); (3) it will define an operation on some class of objects (e.g. take integers and define the operation of &#039;&#039;addition&#039;&#039;). See also [https://qchu.wordpress.com/2013/05/26/constructions-vs-specifications/ this post]. || ||&lt;br /&gt;
|-&lt;br /&gt;
| Checking well-definedness || If the definition defines an operation || || || Checking that addition on the integers is well-defined.&lt;br /&gt;
|-&lt;br /&gt;
| Checking consistency with existing definition || If the definition supersedes an older definition or it clobbers up a previously defined notation || || || Addition on the reals after addition on the rationals has been defined.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For any function &amp;lt;math&amp;gt;f:X\to Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;, the inverse image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined. On the other hand, if a function &amp;lt;math&amp;gt;f : X\to Y&amp;lt;/math&amp;gt; is a bijection, then &amp;lt;math&amp;gt;f^{-1} : Y \to X&amp;lt;/math&amp;gt; is a function, so its forward image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined given any &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;. We must check that these two are the same set (or else have some way to disambiguate which one we mean). (This example is mentioned in both Tao&#039;s &#039;&#039;Analysis I&#039;&#039; and in Munkres&#039;s &#039;&#039;Topology&#039;&#039;.)&lt;br /&gt;
|-&lt;br /&gt;
| Disambiguating similar-seeming concepts || || || The idea is that sometimes, two different definitions &amp;quot;step on&amp;quot; the same intuitive concept that someone has. || (Example from Tao) &amp;quot;Disjoint&amp;quot; and &amp;quot;distinct&amp;quot; are both terms that apply to two sets. They even sound similar. Are they the same concept? Does one imply the other? It turns out, the answer is &amp;quot;no&amp;quot; to both: &amp;lt;math&amp;gt;\{1,2\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{2,3\}&amp;lt;/math&amp;gt; are distinct but not disjoint, and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; are disjoint but not distinct.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Partition of a set vs partition of an interval.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In metric spaces, the difference between bounded and totally bounded. They are not the same concept in general, but one implies the other, so one should prove an implication and find a counterexample. However, in certain metric spaces (e.g. Euclidean spaces) the two concepts &#039;&#039;are&#039;&#039; identical, so one should prove the equivalence.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Sequantially compact vs covering compact: equivalent in metric spaces, but not true for more general topological spaces.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Cauchy sequence vs convergent sequence: equivalent in complete metric spaces, but not equivalent in general (although convergent implies Cauchy in general). However, even incomplete metric spaces can be completed, so the two ideas sort of end up blurring together.&lt;br /&gt;
|-&lt;br /&gt;
| Googling around/reading alternative texts || || Sometimes a definition is confusingly written (in one textbook) or the concept itself is confusing (e.g. because it is too abstract). It can help to look around for alternative expositions, especially ones that try to explain the intuitions/historical motivations of the definition. See also [[learning from multiple sources]]. || || In mathematical logic, the terminology for formal languages is a mess: some books define a structure as having a domain and an interpretation (so structure = (domain, interpretation)), while others define the same thing as interpretation = (domain, denotations), while still others define it as structure = (domain, signature, interpretation). The result is that in order to not be confused when e.g. reading an article online, one must become familiar with a range of definitions/terminology for the same concepts and be able to quickly adjust to the intended one in a given context.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;To give another example from mathematical logic, there is the expresses vs captures distinction. But different books use terminology like arithmetically defines vs defines, represents vs expresses, etc. So again things are a mess.&lt;br /&gt;
|-&lt;br /&gt;
| Drawing a picture || Ideally ask this about every definition. But some subfields of math (e.g. analysis) are a lot more visual than others (e.g. mathematical logic). || || || Pugh&#039;s &#039;&#039;Real Mathematical Analysis&#039;&#039;, Needham&#039;s &#039;&#039;Visual Complex Analysis&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| Chunking/processing level by level || If a definition involves multiple layers of quantifiers. || || || See Tao&#039;s definitions for &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, eventually &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-adherent, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Asking some stock questions for a given field || || || || In computability theory, you should always be asking &amp;quot;Is this function total or partial?&amp;quot; or else you risk becoming confused.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In linear algebra (when done in a coordinate-free way) one should always ask &amp;quot;is this vector space finite-dimensional?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I think some other fields also have this kind of question that you should always be asking of objects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ways to speed things up==&lt;br /&gt;
&lt;br /&gt;
There are several ways to speed up/skip steps in the above table, so that one doesn&#039;t spend too much time on definitions.&lt;br /&gt;
&lt;br /&gt;
===Lazy understanding===&lt;br /&gt;
&lt;br /&gt;
One idea is to skip trying to really grok a definition at first, and see what bad things might happen. The idea is to then only come back to the definition when one needs details from it. This is similar to [[wikipedia:Lazy evaluation|lazy evaluation]] in programming.&lt;br /&gt;
&lt;br /&gt;
===Building off similar definitions===&lt;br /&gt;
&lt;br /&gt;
If a similar definition has just been defined (and one has taken the time to understand it), a similar definition will not need as much time to understand (one only needs to focus on the differences between the two definitions). For instance, after one has understood set union, one can relatively quickly understand set intersection.&lt;br /&gt;
&lt;br /&gt;
===Relying on experience and intuition===&lt;br /&gt;
&lt;br /&gt;
Eventually, after one has studied a lot of mathematics, understanding definitions becomes more automatic. One can gain an intuition of which steps are important for a particular definition, or when to spend some time and when to move quickly. One naturally asks the important questions, and can let curiosity guide one&#039;s exploration.&lt;br /&gt;
&lt;br /&gt;
==When reading textbooks==&lt;br /&gt;
&lt;br /&gt;
Most textbooks will assume the audience is a competent mathematician, so won&#039;t bother to explain what you should be doing at each definition.&lt;br /&gt;
&lt;br /&gt;
In definitions, it is traditional to use &amp;quot;if&amp;quot; to mean &amp;quot;if and only if&amp;quot;. (Some authors use &amp;quot;iff&amp;quot; in definitions.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Understanding theorems]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* http://www.abstractmath.org/MM/MMDefs.htm&lt;br /&gt;
* https://www.maa.org/node/121566 lists some other steps for both theorems and definitions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Reverse_mathematics -- this one is more important for [[understanding theorems]]. But the idea is to think, for each theorem, its place in the structure of the theory/relationship to other theorems. see for example https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers#Forms_of_completeness and https://en.wikipedia.org/wiki/Axiom_of_choice#Equivalents and https://en.wikipedia.org/wiki/Mathematical_induction#Equivalence_with_the_well-ordering_principle John Stillwell (who also wrote &#039;&#039;Mathematics and Its History&#039;&#039;) has a book called &#039;&#039;Reverse Mathematics&#039;&#039; that might explain this at an accessible level. See also Michael J. Schramm&#039;s &#039;&#039;Introduction to Real Analysis&#039;&#039;, which has the most complete &amp;quot;implication structure&amp;quot; between all the properties of the real line I&#039;ve seen in a textbook. See also James Propp&#039;s paper [https://arxiv.org/abs/1204.4483 &amp;quot;Real Analysis in Reverse&amp;quot;].&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/23/definitions/&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/25/alternative-definitions/&lt;br /&gt;
* I think Tim Gowers&#039;s [https://gowers.wordpress.com/category/cambridge-teaching/basic-logic/ basic logic] series of blog posts has some discussions about definitions&lt;br /&gt;
* https://www.google.com/search?q=%22There%20are%20good%20reasons%20why%20the%20theorems%20should%20all%20be%20easy%20and%20the%20definitions%20hard.%22&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=String_replacements_of_code_words&amp;diff=1211</id>
		<title>String replacements of code words</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=String_replacements_of_code_words&amp;diff=1211"/>
		<updated>2024-01-11T04:54:58Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* Examples in mathematics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Occasionally when learning through a book, there are certain &amp;quot;code words&amp;quot; where one should perform a string replacement of the &amp;quot;code word&amp;quot; with some different phrase or list of instructions. For the sake of having a name for this sort of thing, this will be called &#039;&#039;&#039;string replacements of code words&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If one does not understand the meaning of the code word, this can lead to frustration or confusion.&lt;br /&gt;
&lt;br /&gt;
This sort of string replacement can be cognitively taxing (sort of like writing in a markup language is more cognitively taxing than writing in a WYSIWYG editor).&lt;br /&gt;
&lt;br /&gt;
==Examples in mathematics==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Code word !! Replacement&lt;br /&gt;
|-&lt;br /&gt;
| Trivial, clearly, obviously || &amp;quot;follows in one step once you have understood the setup clearly&amp;quot; [https://www.quora.com/I-was-always-taught-that-using-the-words-trivial-obvious-and-clearly-were-poor-manners-and-demoralizing-to-the-reader-But-occasionally-I-see-grown-professors-use-these-words-Is-it-poor-form-to-use-the-word-trivial-in-a-proof/answer/Vipul-Naik]&lt;br /&gt;
|-&lt;br /&gt;
| As you should verify || &amp;quot;I highly recommend that right now you take out a piece of paper and pen and do this computation yourself, to make sure that you are following along&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Theorem/proposition || &amp;quot;try to prove this as an exercise, and consult the proof below as a hint if you get stuck&amp;quot; [https://twitter.com/michael_nielsen/status/1018655486697095169]; &amp;quot;also, make sure to try relaxing some of the requirements to see what goes wrong, &lt;br /&gt;
|-&lt;br /&gt;
| Proof (at the start of a proof) || &amp;quot;here is the solution to the above exercise&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Definition || Follow some of the steps in [[Understanding mathematical definitions]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=String_replacements_of_code_words&amp;diff=1210</id>
		<title>String replacements of code words</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=String_replacements_of_code_words&amp;diff=1210"/>
		<updated>2024-01-11T04:52:26Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* Examples in mathematics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Occasionally when learning through a book, there are certain &amp;quot;code words&amp;quot; where one should perform a string replacement of the &amp;quot;code word&amp;quot; with some different phrase or list of instructions. For the sake of having a name for this sort of thing, this will be called &#039;&#039;&#039;string replacements of code words&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If one does not understand the meaning of the code word, this can lead to frustration or confusion.&lt;br /&gt;
&lt;br /&gt;
This sort of string replacement can be cognitively taxing (sort of like writing in a markup language is more cognitively taxing than writing in a WYSIWYG editor).&lt;br /&gt;
&lt;br /&gt;
==Examples in mathematics==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Code word !! Replacement&lt;br /&gt;
|-&lt;br /&gt;
| Trivial, clearly, obviously || &amp;quot;follows in one step once you have understood the setup clearly&amp;quot; [https://www.quora.com/I-was-always-taught-that-using-the-words-trivial-obvious-and-clearly-were-poor-manners-and-demoralizing-to-the-reader-But-occasionally-I-see-grown-professors-use-these-words-Is-it-poor-form-to-use-the-word-trivial-in-a-proof/answer/Vipul-Naik]&lt;br /&gt;
|-&lt;br /&gt;
| As you should verify || &amp;quot;I highly recommend that right now you take out a piece of paper and pen and do this computation yourself, to make sure that you are following along&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Theorem/proposition || &amp;quot;try to prove this as an exercise, and consult the proof below as a hint if you get stuck&amp;quot; [https://twitter.com/michael_nielsen/status/1018655486697095169]&lt;br /&gt;
|-&lt;br /&gt;
| Proof (at the start of a proof) ||&lt;br /&gt;
|-&lt;br /&gt;
| Definition || Follow some of the steps in [[Understanding mathematical definitions]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=String_replacements_of_code_words&amp;diff=1209</id>
		<title>String replacements of code words</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=String_replacements_of_code_words&amp;diff=1209"/>
		<updated>2024-01-11T04:51:38Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* Examples in mathematics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Occasionally when learning through a book, there are certain &amp;quot;code words&amp;quot; where one should perform a string replacement of the &amp;quot;code word&amp;quot; with some different phrase or list of instructions. For the sake of having a name for this sort of thing, this will be called &#039;&#039;&#039;string replacements of code words&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
If one does not understand the meaning of the code word, this can lead to frustration or confusion.&lt;br /&gt;
&lt;br /&gt;
This sort of string replacement can be cognitively taxing (sort of like writing in a markup language is more cognitively taxing than writing in a WYSIWYG editor).&lt;br /&gt;
&lt;br /&gt;
==Examples in mathematics==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Code word !! Replacement&lt;br /&gt;
|-&lt;br /&gt;
| Trivial, clearly, obviously || &amp;quot;follows in one step once you have understood the setup clearly&amp;quot; [https://www.quora.com/I-was-always-taught-that-using-the-words-trivial-obvious-and-clearly-were-poor-manners-and-demoralizing-to-the-reader-But-occasionally-I-see-grown-professors-use-these-words-Is-it-poor-form-to-use-the-word-trivial-in-a-proof/answer/Vipul-Naik]&lt;br /&gt;
|-&lt;br /&gt;
| As you should verify || &amp;quot;I highly recommend that right now you take out a piece of paper and pen and do this computation yourself, to make sure that you are following along&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| Theorem/proposition || [https://twitter.com/michael_nielsen/status/1018655486697095169]&lt;br /&gt;
|-&lt;br /&gt;
| Proof (at the start of a proof) ||&lt;br /&gt;
|-&lt;br /&gt;
| Definition || Follow some of the steps in [[Understanding mathematical definitions]].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1058</id>
		<title>Discovery fiction</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1058"/>
		<updated>2022-06-23T07:04:47Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Discovery fiction&#039;&#039;&#039; is an exposition style in which the content is motivated by a fictitious story of how someone might have discovered the ideas being explained. The idea is mainly used in mathematics.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The term was coined by [[Michael Nielsen]], and he may have independently come up with the idea.&amp;lt;ref&amp;gt;https://cognitivemedium.com/interfaces-1/ September 2017.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://cognitivemedium.com/srs-mathematics January 2019&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://twitter.com/michael_nielsen/status/1132063254849527808 May 2019.&amp;lt;/ref&amp;gt; (there are probably alternative terms too that might have come earlier)&lt;br /&gt;
&lt;br /&gt;
But I think [[Tim Gowers]] also independently came up with the idea:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;However, there is another way of justifying the introduction of a new concept into mathematics. Instead of looking at the &#039;&#039;actual&#039;&#039; history of that concept, one can look at a &#039;&#039;fictitious&#039;&#039; history. If you can tell a plausible story about why a concept &#039;&#039;might have been&#039;&#039; invented, then that is sufficient to make it seem reasonable. It solves the mystery of how anyone could have thought of the concept, and it also shows that it was pretty well inevitable that the concept would have been introduced sooner or later.&amp;lt;ref&amp;gt;https://gowers.wordpress.com/2011/11/20/normal-subgroups-and-quotient-groups/&amp;lt;/ref&amp;gt;&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* https://gowers.wordpress.com/2011/11/20/normal-subgroups-and-quotient-groups/&lt;br /&gt;
* https://michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/&lt;br /&gt;
* https://www.lesswrong.com/posts/rTC8MgPuYfXEw3WLp/discovery-fiction-for-the-pythagorean-theorem (see also [https://matheducators.stackexchange.com/questions/19397/how-to-teach-the-pythagorean-theorem-in-a-satisfying-way-to-high-school-students here])&lt;br /&gt;
* From Ronald Solomon&#039;s &#039;&#039;Abstract Algebra&#039;&#039;: &amp;quot;The intention of this text is to emphasize the organic and historical development of the abstract theory of groups, rings, and fields from the substrate of high school mathematics. In Part I the &#039;history&#039; is fictitious. It is only with imaginative hindsight that we can attribute the concept of a group of motions to Euclid. In the later parts, however, the history is genuine, although the notation and terminology is updated.&amp;quot; (p. ix)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1057</id>
		<title>Discovery fiction</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1057"/>
		<updated>2022-06-23T07:03:36Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Discovery fiction&#039;&#039;&#039; is an exposition style in which the content is motivated by a fictitious story of how someone might have discovered the ideas being explained. The idea is mainly used in mathematics.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The term was coined by [[Michael Nielsen]].&amp;lt;ref&amp;gt;https://cognitivemedium.com/interfaces-1/ September 2017.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://cognitivemedium.com/srs-mathematics January 2019&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://twitter.com/michael_nielsen/status/1132063254849527808 May 2019.&amp;lt;/ref&amp;gt; (there are probably alternative terms too that might have come earlier)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* https://gowers.wordpress.com/2011/11/20/normal-subgroups-and-quotient-groups/&lt;br /&gt;
* https://michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/&lt;br /&gt;
* https://www.lesswrong.com/posts/rTC8MgPuYfXEw3WLp/discovery-fiction-for-the-pythagorean-theorem (see also [https://matheducators.stackexchange.com/questions/19397/how-to-teach-the-pythagorean-theorem-in-a-satisfying-way-to-high-school-students here])&lt;br /&gt;
* From Ronald Solomon&#039;s &#039;&#039;Abstract Algebra&#039;&#039;: &amp;quot;The intention of this text is to emphasize the organic and historical development of the abstract theory of groups, rings, and fields from the substrate of high school mathematics. In Part I the &#039;history&#039; is fictitious. It is only with imaginative hindsight that we can attribute the concept of a group of motions to Euclid. In the later parts, however, the history is genuine, although the notation and terminology is updated.&amp;quot; (p. ix)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1056</id>
		<title>Discovery fiction</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1056"/>
		<updated>2022-06-23T07:01:34Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Discovery fiction&#039;&#039;&#039; is an exposition style in which the content is motivated by a fictitious history of how someone might have discovered the ideas being explained. The idea is mainly used in mathematics.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The term was coined by [[Michael Nielsen]].&amp;lt;ref&amp;gt;https://cognitivemedium.com/interfaces-1/ September 2017.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://cognitivemedium.com/srs-mathematics January 2019&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://twitter.com/michael_nielsen/status/1132063254849527808 May 2019.&amp;lt;/ref&amp;gt; (there are probably alternative terms too that might have come earlier)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* https://gowers.wordpress.com/2011/11/20/normal-subgroups-and-quotient-groups/&lt;br /&gt;
* https://michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/&lt;br /&gt;
* https://www.lesswrong.com/posts/rTC8MgPuYfXEw3WLp/discovery-fiction-for-the-pythagorean-theorem (see also [https://matheducators.stackexchange.com/questions/19397/how-to-teach-the-pythagorean-theorem-in-a-satisfying-way-to-high-school-students here])&lt;br /&gt;
* From Ronald Solomon&#039;s &#039;&#039;Abstract Algebra&#039;&#039;: &amp;quot;The intention of this text is to emphasize the organic and historical development of the abstract theory of groups, rings, and fields from the substrate of high school mathematics. In Part I the &#039;history&#039; is fictitious. It is only with imaginative hindsight that we can attribute the concept of a group of motions to Euclid. In the later parts, however, the history is genuine, although the notation and terminology is updated.&amp;quot; (p. ix)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1055</id>
		<title>Discovery fiction</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1055"/>
		<updated>2022-06-23T06:54:58Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Discovery fiction&#039;&#039;&#039; is an exposition style in which the content is motivated by a fictitious history of how someone might have discovered the ideas being explained. The idea is mainly used in mathematics.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The term was coined by [[Michael Nielsen]].&amp;lt;ref&amp;gt;https://cognitivemedium.com/interfaces-1/ September 2017.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://cognitivemedium.com/srs-mathematics January 2019&amp;lt;/ref&amp;gt; (there are probably alternative terms too that might have come earlier)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* https://gowers.wordpress.com/2011/11/20/normal-subgroups-and-quotient-groups/&lt;br /&gt;
* https://michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/&lt;br /&gt;
* https://www.lesswrong.com/posts/rTC8MgPuYfXEw3WLp/discovery-fiction-for-the-pythagorean-theorem (see also [https://matheducators.stackexchange.com/questions/19397/how-to-teach-the-pythagorean-theorem-in-a-satisfying-way-to-high-school-students here])&lt;br /&gt;
* From Ronald Solomon&#039;s &#039;&#039;Abstract Algebra&#039;&#039;: &amp;quot;The intention of this text is to emphasize the organic and historical development of the abstract theory of groups, rings, and fields from the substrate of high school mathematics. In Part I the &#039;history&#039; is fictitious. It is only with imaginative hindsight that we can attribute the concept of a group of motions to Euclid. In the later parts, however, the history is genuine, although the notation and terminology is updated.&amp;quot; (p. ix)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1054</id>
		<title>Discovery fiction</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1054"/>
		<updated>2022-06-23T06:54:42Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Discovery fiction&#039;&#039;&#039; is an exposition style in which the content is motivated by a fictitious history of how someone might have discovered the ideas being explained. The idea is mainly used in mathematics.&amp;lt;ref&amp;gt;https://cognitivemedium.com/interfaces-1/ September 2017.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;https://cognitivemedium.com/srs-mathematics January 2019&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The term was coined by [[Michael Nielsen]]. (there are probably alternative terms too that might have come earlier)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* https://gowers.wordpress.com/2011/11/20/normal-subgroups-and-quotient-groups/&lt;br /&gt;
* https://michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/&lt;br /&gt;
* https://www.lesswrong.com/posts/rTC8MgPuYfXEw3WLp/discovery-fiction-for-the-pythagorean-theorem (see also [https://matheducators.stackexchange.com/questions/19397/how-to-teach-the-pythagorean-theorem-in-a-satisfying-way-to-high-school-students here])&lt;br /&gt;
* From Ronald Solomon&#039;s &#039;&#039;Abstract Algebra&#039;&#039;: &amp;quot;The intention of this text is to emphasize the organic and historical development of the abstract theory of groups, rings, and fields from the substrate of high school mathematics. In Part I the &#039;history&#039; is fictitious. It is only with imaginative hindsight that we can attribute the concept of a group of motions to Euclid. In the later parts, however, the history is genuine, although the notation and terminology is updated.&amp;quot; (p. ix)&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1053</id>
		<title>Discovery fiction</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Discovery_fiction&amp;diff=1053"/>
		<updated>2022-06-23T05:56:31Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: Created page with &amp;quot;&amp;#039;&amp;#039;&amp;#039;Discovery fiction&amp;#039;&amp;#039;&amp;#039; is an exposition style in which the content is motivated by a fictitious history of how someone might have discovered the ideas being explained. The id...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Discovery fiction&#039;&#039;&#039; is an exposition style in which the content is motivated by a fictitious history of how someone might have discovered the ideas being explained. The idea is mainly used in mathematics.&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
&lt;br /&gt;
The term was coined by [[Michael Nielsen]]. (there are probably alternative terms too that might have come earlier)&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* https://gowers.wordpress.com/2011/11/20/normal-subgroups-and-quotient-groups/&lt;br /&gt;
* https://www.lesswrong.com/posts/rTC8MgPuYfXEw3WLp/discovery-fiction-for-the-pythagorean-theorem (see also [https://matheducators.stackexchange.com/questions/19397/how-to-teach-the-pythagorean-theorem-in-a-satisfying-way-to-high-school-students here])&lt;br /&gt;
* From Ronald Solomon&#039;s &#039;&#039;Abstract Algebra&#039;&#039;: &amp;quot;The intention of this text is to emphasize the organic and historical development of the abstract theory of groups, rings, and fields from the substrate of high school mathematics. In Part I the &#039;history&#039; is fictitious. It is only with imaginative hindsight that we can attribute the concept of a group of motions to Euclid. In the later parts, however, the history is genuine, although the notation and terminology is updated.&amp;quot; (p. ix)&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=1025</id>
		<title>User:Issa Rice/Gamification table</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=1025"/>
		<updated>2022-01-04T15:34:14Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I made this table while/after replaying [[wikipedia:Mega Man Battle Network|MMBN]] in 2019. As I played the games, I introspected on the ways in which the game felt addicting/interesting/purposeful, and compared it to how I felt while doing math, AI safety, and text editor configuration (one of my &amp;quot;guilty pleasures&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property/attribute !! [[wikipedia:Mega Man Battle Network|MMBN]] !! Math/AI safety !! Vimscript/vimrc&lt;br /&gt;
|-&lt;br /&gt;
| addicting/feeling of being engrossed || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| important || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| instant feedback || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| collecting things || yes || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| mentally easy || yes || no || most of the time&lt;br /&gt;
|-&lt;br /&gt;
| livelihood could depend on it || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| multiple threads that can be pursued || yes || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| social competition || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| early on, you are told the point of the thing you&#039;re doing || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| varied repetitiveness (i.e. not [[wikipedia:Grinding (video gaming)|grinding]]) || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| dominance reasoning/upgrades || yes&amp;lt;ref group=notes&amp;gt;There&#039;s a bunch of &amp;quot;deterministic decisions&amp;quot; like &amp;quot;this new chip is a strictly better version of this other chip I&#039;ve been using, so I should replace it&amp;quot;.&amp;lt;/ref&amp;gt; || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| randomness/surprise || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| pre-made dependency tree || yes&amp;lt;ref group=notes&amp;gt;See &amp;quot;Games help players make and adapt plans&amp;quot; [https://notes.andymatuschak.org/z4qFtxPZi21DKoLruHcmsocee1YnZy9JMArb6?stackedNotes=z7mU6RxxzJ9FZBCcgbYQsv9nExuK3xVm635Ks&amp;amp;stackedNotes=Most_explanatory_media_make_participants_run_their_own_feedback_loops] for kind of thing I mean here. In a game like MMBN the next thing to do is basically obvious.&amp;lt;/ref&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| tacit linearity || yes || no?&amp;lt;ref group=notes&amp;gt;not for mathematics as a whole, but a single textbook does have linear structure&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|-&lt;br /&gt;
| large class from which to pull strategies || no || yes || yes?&lt;br /&gt;
|-&lt;br /&gt;
| tinkering mechanics || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| pressure to keep doing better/find flaws in what I am doing || no || yes&amp;lt;ref group=notes&amp;gt;this is more of an AI safety thing, not a math thing&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
see also https://youtu.be/SqFu5O-oPmU?t=783&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group=notes/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=1024</id>
		<title>User:Issa Rice/Gamification table</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=1024"/>
		<updated>2022-01-04T15:22:53Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property/attribute !! [[wikipedia:Mega Man Battle Network|MMBN]] !! Math/AI safety !! Vimscript/vimrc&lt;br /&gt;
|-&lt;br /&gt;
| addicting/feeling of being engrossed || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| important || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| instant feedback || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| collecting things || yes || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| mentally easy || yes || no || most of the time&lt;br /&gt;
|-&lt;br /&gt;
| livelihood could depend on it || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| multiple threads that can be pursued || yes || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| social competition || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| early on, you are told the point of the thing you&#039;re doing || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| varied repetitiveness (i.e. not [[wikipedia:Grinding (video gaming)|grinding]]) || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| dominance reasoning/upgrades || yes&amp;lt;ref group=notes&amp;gt;There&#039;s a bunch of &amp;quot;deterministic decisions&amp;quot; like &amp;quot;this new chip is a strictly better version of this other chip I&#039;ve been using, so I should replace it&amp;quot;.&amp;lt;/ref&amp;gt; || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| randomness/surprise || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| pre-made dependency tree || yes&amp;lt;ref group=notes&amp;gt;See &amp;quot;Games help players make and adapt plans&amp;quot; [https://notes.andymatuschak.org/z4qFtxPZi21DKoLruHcmsocee1YnZy9JMArb6?stackedNotes=z7mU6RxxzJ9FZBCcgbYQsv9nExuK3xVm635Ks&amp;amp;stackedNotes=Most_explanatory_media_make_participants_run_their_own_feedback_loops] for kind of thing I mean here. In a game like MMBN the next thing to do is basically obvious.&amp;lt;/ref&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| tacit linearity || yes || no?&amp;lt;ref group=notes&amp;gt;not for mathematics as a whole, but a single textbook does have linear structure&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|-&lt;br /&gt;
| large class from which to pull strategies || no || yes || yes?&lt;br /&gt;
|-&lt;br /&gt;
| tinkering mechanics || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| pressure to keep doing better/find flaws in what I am doing || no || yes&amp;lt;ref group=notes&amp;gt;this is more of an AI safety thing, not a math thing&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
see also https://youtu.be/SqFu5O-oPmU?t=783&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group=notes/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=1023</id>
		<title>User:Issa Rice/Gamification table</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=1023"/>
		<updated>2022-01-04T15:14:00Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property/attribute !! [[wikipedia:Mega Man Battle Network|MMBN]] !! Math/AI safety !! Vimscript/vimrc&lt;br /&gt;
|-&lt;br /&gt;
| addicting/feeling of being engrossed || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| important || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| instant feedback || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| collecting things || yes || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| mentally easy || yes || no || most of the time&lt;br /&gt;
|-&lt;br /&gt;
| livelihood could depend on it || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| multiple threads that can be pursued || yes || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| social competition || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| early on, you are told the point of the thing you&#039;re doing || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| varied repetitiveness (i.e. not [[wikipedia:Grinding (video gaming)|grinding]]) || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| dominance reasoning/upgrades || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| randomness/surprise || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| pre-made dependency tree || yes&amp;lt;ref group=notes&amp;gt;See &amp;quot;Games help players make and adapt plans&amp;quot; [https://notes.andymatuschak.org/z4qFtxPZi21DKoLruHcmsocee1YnZy9JMArb6?stackedNotes=z7mU6RxxzJ9FZBCcgbYQsv9nExuK3xVm635Ks&amp;amp;stackedNotes=Most_explanatory_media_make_participants_run_their_own_feedback_loops] for kind of thing I mean here. In a game like MMBN the next thing to do is basically obvious.&amp;lt;/ref&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| tacit linearity || yes || no?&amp;lt;ref group=notes&amp;gt;not for mathematics as a whole, but a single textbook does have linear structure&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|-&lt;br /&gt;
| large class from which to pull strategies || no || yes || yes?&lt;br /&gt;
|-&lt;br /&gt;
| tinkering mechanics || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| pressure to keep doing better/find flaws in what I am doing || no || yes&amp;lt;ref group=notes&amp;gt;this is more of an AI safety thing, not a math thing&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
see also https://youtu.be/SqFu5O-oPmU?t=783&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group=notes/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Examples_in_mathematics&amp;diff=1022</id>
		<title>Examples in mathematics</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Examples_in_mathematics&amp;diff=1022"/>
		<updated>2021-10-28T20:13:50Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* Unit testing and examples */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Examples in mathematics&#039;&#039;&#039; have a different flavor than examples in other disciplines. This is probably because [[definitions in mathematics]] are different from definitions in other disciplines (mathematical definitions are exact). Some [https://www.readthesequences.com/The-Cluster-Structure-Of-Thingspace common] [https://wiki.lesswrong.com/wiki/How_an_algorithm_feels problems] of deciding whether something is or is not an example do not appear in mathematics. Instead, there are other problems.&lt;br /&gt;
&lt;br /&gt;
==Unit testing and examples==&lt;br /&gt;
&lt;br /&gt;
A common problem in math is that one comes in with some preconceived idea of what an object should &amp;quot;look like&amp;quot; which is different from what the definition says. In other words, there is a mismatch between one&#039;s intuitive notion and the definition.&lt;br /&gt;
&lt;br /&gt;
Take the example of a definition of function. A function is some object that takes each object in some set to a unique object in another set. Someone who was not familiar with the formal definition might mistakenly think of a function as &amp;quot;something that is defined by a formula&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
In giving examples, it is particularly important to give examples in the places where intuition and the formal definition disagree. By default, the [[learner]] may have a tendency to [[wikipedia:Peter Cathcart Wason#Wason and the 2-4-6 Task|search only for positive examples]].&lt;br /&gt;
&lt;br /&gt;
One can view the giving of examples as analogous to writing [[wikipedia:Unit testing|unit tests]] in programming. It is good to have some obvious examples, but one also wants to test the software on surprising cases (called &amp;quot;edge cases&amp;quot;) to make sure the software really works.&lt;br /&gt;
&lt;br /&gt;
There is a tendency in human thinking to leave ideas merely at the verbal level, i.e. at a level where the ideas don&#039;t constrain anticipation.&amp;lt;ref&amp;gt;https://www.readthesequences.com/A-Technical-Explanation-Of-Technical-Explanation&amp;lt;/ref&amp;gt; Giving surprising examples and non-examples is one way to catch people&#039;s fuzzy thinking and to correct it.&lt;br /&gt;
&lt;br /&gt;
(I think there&#039;s an analogy to overfitting that would be good to explain.)&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!&lt;br /&gt;
! Is an example according to definition&lt;br /&gt;
! Is not an example according to definition&lt;br /&gt;
|-&lt;br /&gt;
! Is an example according to intuition&lt;br /&gt;
| An &amp;quot;obvious&amp;quot; example, or central example.&lt;br /&gt;
| A surprising non-example. False positives, also known as type I errors.&lt;br /&gt;
|-&lt;br /&gt;
! Is not an example according to intuition&lt;br /&gt;
| A surprising example. False negatives, also known as type II errors.&lt;br /&gt;
| An obvious non-example.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Obvious examples===&lt;br /&gt;
&lt;br /&gt;
An &amp;quot;obvious&amp;quot; example, or central example.&lt;br /&gt;
&lt;br /&gt;
Let &amp;lt;math&amp;gt;f : \mathbf R \to \mathbf R&amp;lt;/math&amp;gt; be defined by &amp;lt;math&amp;gt;f(x) = 2x^2 - 3x + 5&amp;lt;/math&amp;gt;. This does define a function, and someone who thought that a function is &amp;quot;something that is defined by a formula&amp;quot; would think that this is a function.&lt;br /&gt;
&lt;br /&gt;
===Surprising non-examples===&lt;br /&gt;
&lt;br /&gt;
A surprising non-example. Let &amp;lt;math&amp;gt;f : \mathbf Q \to \mathbf Z&amp;lt;/math&amp;gt; be defined by &amp;lt;math&amp;gt;f(a/b) = a&amp;lt;/math&amp;gt; (i.e. a function that outputs the numerator of a fraction). This does &#039;&#039;not&#039;&#039; define a function. To see this, note that &amp;lt;math&amp;gt;f(1/2) = 1&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(3/6) = 3&amp;lt;/math&amp;gt;. But &amp;lt;math&amp;gt;1/2=3/6&amp;lt;/math&amp;gt; so we must have &amp;lt;math&amp;gt;f(1/2)=f(3/6)&amp;lt;/math&amp;gt; (a function must output a unique object for any given object), but &amp;lt;math&amp;gt;1\ne3&amp;lt;/math&amp;gt;, so something has gone wrong. It turns out that each fraction has many different representations, and the idea of taking &amp;quot;the&amp;quot; numerator does not make sense, unless we constrain the representation somehow (e.g. by reducing the fraction and always putting any minus sign in the numerator). Someone who thought that a function is &amp;quot;something that is defined by a formula&amp;quot; might mistakenly think &amp;quot;this thing is defined by a formula, so must be a function&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
As another example, let &amp;lt;math&amp;gt;f : A \to \emptyset&amp;lt;/math&amp;gt; be a function where &amp;lt;math&amp;gt;A \ne \emptyset&amp;lt;/math&amp;gt;. This does &#039;&#039;not&#039;&#039; define a function. To see this, note that since &amp;lt;math&amp;gt;A\ne \emptyset&amp;lt;/math&amp;gt;, we must have some &amp;lt;math&amp;gt;a \in A&amp;lt;/math&amp;gt;. By the definition of function, we would have &amp;lt;math&amp;gt;f(a) \in \emptyset&amp;lt;/math&amp;gt;, which is a contradiction since &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; is empty. Someone who was familiar with the empty function (see the next cell in this table) might conflate this example with it, and think that this is a function.&lt;br /&gt;
&lt;br /&gt;
The examples in this cell are false positives, also known as type I errors.&lt;br /&gt;
&lt;br /&gt;
===Surprising examples===&lt;br /&gt;
&lt;br /&gt;
A surprising example. Let &amp;lt;math&amp;gt;f : \mathbf N \to \mathbf N&amp;lt;/math&amp;gt; be defined by &amp;lt;math&amp;gt;f(n) = n\text{th digit of }\pi&amp;lt;/math&amp;gt;. This does define a function, but someone who thought that a function is &amp;quot;something that is defined by a formula&amp;quot; wouldn&#039;t think it is a function.&lt;br /&gt;
&lt;br /&gt;
Another example is the empty function &amp;lt;math&amp;gt;f : \emptyset \to A&amp;lt;/math&amp;gt; for any set &amp;lt;math&amp;gt;A&amp;lt;/math&amp;gt;. This does define a function, but the function doesn&#039;t &amp;quot;do&amp;quot; anything. Since it is an &amp;quot;extreme&amp;quot; example of a function, someone who was only used to dealing with &amp;quot;normal-looking&amp;quot; functions (or someone who isn&#039;t used to working with the empty set or vacuous conditions) might dismiss this example.&lt;br /&gt;
&lt;br /&gt;
As a third example, let &amp;lt;math&amp;gt;\mathcal M&amp;lt;/math&amp;gt; be the set of all Turing machines, and let &amp;lt;math&amp;gt;f : \mathcal M \times \mathbf N \to \{\text{true}, \text{false}\}&amp;lt;/math&amp;gt; be defined by &amp;lt;math&amp;gt;f(M,n) = \text{Turing machine }M\text{ halts on input }n&amp;lt;/math&amp;gt;. This does define a function, although the function is not &#039;&#039;computable&#039;&#039;. Someone familiar with the halting problem might substitute &amp;quot;is a well-defined function&amp;quot; with &amp;quot;is a computable function&amp;quot; and say that this is not a function. In this example, it is not the intuitive notion of &amp;quot;function&amp;quot; that is getting in the way, but rather, a different technical concept (i.e., that of a computable function) that is getting in the way.&lt;br /&gt;
&lt;br /&gt;
The examples in this cell are false negatives, also known as type II errors.&lt;br /&gt;
&lt;br /&gt;
===Obvious non-examples===&lt;br /&gt;
&lt;br /&gt;
An obvious non-example. Let &amp;lt;math&amp;gt;f : \mathbf R \to \mathbf R&amp;lt;/math&amp;gt; be defined by &amp;lt;math&amp;gt;f(x) = x/0&amp;lt;/math&amp;gt;. This does &#039;&#039;not&#039;&#039; define a function because division by zero is undefined. Someone familiar with division by zero would recognize this, and correctly reject this example.&lt;br /&gt;
&lt;br /&gt;
==Hierarchical nature of examples==&lt;br /&gt;
&lt;br /&gt;
Something can be considered &amp;quot;concrete&amp;quot; or &amp;quot;abstract&amp;quot; depending on the context. Consider a term like &amp;quot;metric space&amp;quot;. One can give examples of metric spaces. On the other hand, a metric space is itself an example (of a structured space, of a topological space).&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Recursive_recall&amp;diff=994</id>
		<title>Recursive recall</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Recursive_recall&amp;diff=994"/>
		<updated>2021-09-24T21:40:18Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{learning technique}}&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Recursive recall&#039;&#039;&#039; is a [[summary table of methods of recall|method of recall]] meant to exploit the [[testing effect]] (where recall helps with retention) quite fully.&lt;br /&gt;
&lt;br /&gt;
Recursive recall involves a multi-stage process of trying to recall a body of information, such as the class content of a single [[class]] or a short [[text exposition]]. In the first stage, the high level outline is recalled. After that, each of the points in the outline is expanded. This process is repeated till the full content is recalled.&lt;br /&gt;
&lt;br /&gt;
Recursive recall can be thought of as the recall equivalent of [[note-taking]].&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Feynman technique]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Calling_out_misconceptions&amp;diff=973</id>
		<title>Calling out misconceptions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Calling_out_misconceptions&amp;diff=973"/>
		<updated>2021-09-23T19:21:54Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Definition ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Calling out misconceptions&#039;&#039;&#039; is a particular way of addressing learner [[misconception]]s explicitly in exposition ([[in-class explainer exposition|in-class]], [[text exposition|text]], or [[video exposition|video]]). The typical format is to first explicitly state the misconception as a possible view, then explicitly state and explain how it is a misconception and what the correct concept is. &lt;br /&gt;
&lt;br /&gt;
Some research has shown that calling out misconceptions is more likely to lead people to correct misconceptions than simply presenting the correct concepts, particularly in cases where the distinction between the misconception and correct concept are not obvious for people holding the misconception.&lt;br /&gt;
&lt;br /&gt;
== Order of presentation ==&lt;br /&gt;
&lt;br /&gt;
One variable when calling out misconceptions is the order of presenting correct concept and misconception. Two possible orders are:&lt;br /&gt;
&lt;br /&gt;
* Misconception first, then point out that it&#039;s wrong, then present correct concept&lt;br /&gt;
* Present correct concept first, then ask a question, then (possibly conditioned to the answer being driven by a misconception): discuss misconception, point out that it&#039;s wrong, then reinforce correct concept&lt;br /&gt;
&lt;br /&gt;
The transition from misconception to correct concept is important to correct the misconception. Both the above orders do so. The first order is shorter, and the second is longer. The best order depends on a few factors:&lt;br /&gt;
&lt;br /&gt;
* Time: When less time is available, the &amp;quot;misconception first&amp;quot; route is faster.&lt;br /&gt;
* Diversity of misconceptions and ability to interactively tailor the path: For one-on-one tutoring, using the second approach may allow one to skip covering the misconception if the learner does not exhibit it after learning. Also, if there are different kinds of misconceptions, the specific discussion can be tailored to the learner&#039;s specific misconception exhibited.&lt;br /&gt;
* Value of initial exercise in trying to apply the concept &#039;&#039;before&#039;&#039; learning of the misconception: In some cases, trying to apply the concept before learning of the misconception helps the learner sit up and pay more attention to the misconception. In such cases, the second approach is better.&lt;br /&gt;
&lt;br /&gt;
== Alternatives ==&lt;br /&gt;
&lt;br /&gt;
An alternative to calling out misconceptions is the use of the [[error-spotting exercise]] for learners to identify and correct their own misconceptions. In many situations, error-spotting exercises aren&#039;t feasible.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[Define then discuss]]&lt;br /&gt;
* [[Examples first]]&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://www.youtube.com/watch?v=eVtCO84MDj8 Khan Academy and the Effectiveness of Science Videos] by Derek Muller (Veritasium)&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Quiet_prompt&amp;diff=972</id>
		<title>Quiet prompt</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Quiet_prompt&amp;diff=972"/>
		<updated>2021-09-23T19:16:16Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{in-exposition feedback format}}&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
A &#039;&#039;&#039;quiet prompt&#039;&#039;&#039; is a technique used in exposition (whether [[in-class explainer exposition]], [[text exposition]], or [[video exposition]]) where the [[learner]] is asked a question and told to think about it, but does not have an opportunity to communicate the answer to others (the [[explainer]] or other learners). After what might be a short pause, the exposition then continues to the &amp;quot;correct&amp;quot; answer (and possibly also [[calling out misconceptions|calls out misconceptions]]) and the learner has an opportunity to self-assess and self-correct.&lt;br /&gt;
&lt;br /&gt;
== Learning contexts ==&lt;br /&gt;
&lt;br /&gt;
=== Quiet prompts in class ===&lt;br /&gt;
&lt;br /&gt;
In the [[in-class explainer exposition]] portion of a [[class]], quiet prompts are an alternative to [[cold calling]], [[group calling]], [[polling]], and [[voluntary participation]]. Unlike all the other methods, with a quiet prompt, learners do not share their answers with other learners, and therefore, neither the learner not explainers get feedback on what &#039;&#039;other&#039;&#039; learners are thinking.&lt;br /&gt;
&lt;br /&gt;
=== Quiet prompts for self-learning from text or video expositions ===&lt;br /&gt;
&lt;br /&gt;
When self-studying from a [[text exposition]] or [[video exposition]], quiet prompts may be used by the text or video. Here, the text or video poses the question to the learner. The learner thinks about it, and then the text or video explains the correct answer and possibly [[calling out misconceptions|calls out misconceptions]]).&lt;br /&gt;
&lt;br /&gt;
One key difference between quiet prompts in class and quiet prompts in text and video expositions: due to the synchronicity of a class, the amount of time given for a quiet prompt is controlled by the explainer and uniform across learners. In contrast, for text and video expositions, learners generally have the option to take as much or as little time as they need. In the case of video, this could be by pausing or fast-forwarding the video.&lt;br /&gt;
&lt;br /&gt;
== Advantages ==&lt;br /&gt;
&lt;br /&gt;
* One of the main advantages of quiet prompts over other feedback formats is that they translate well between in-class and self-learning. They therefore generate a more uniform experience for people attending a class live and people watching a recording of the same class.&lt;br /&gt;
* Even in a class setting, quiet prompts may be more useful when technological limitations or other constraints make it more challenging to switch around who is speaking. For instance, in virtual classes, coordinating the muting/unmuting of participants can be challenging.&lt;br /&gt;
* Quiet prompts can proceed faster than other forms of feedback because it saves on time spent by learners &#039;&#039;communicating&#039;&#039; their answers. This saved time can be used to give learners more time to &#039;&#039;think&#039;&#039; about the answers, or just used to proceed faster with the material.&lt;br /&gt;
* Compared to individual calling methods such as [[cold calling]] and [[voluntary participation]], quiet prompts generate more uniformity of experience across learners because all learners are being asked the question. It&#039;s not too different from [[polling]] and [[group calling]] in that respect.&lt;br /&gt;
&lt;br /&gt;
== Disadvantages ==&lt;br /&gt;
&lt;br /&gt;
The disadvantages here are largely [[cold calling#Advantages|the advantages of cold calling]] in reverse:&lt;br /&gt;
&lt;br /&gt;
* Unlike [[cold calling]], learners can easily zone out as they are not being put on the spot.&lt;br /&gt;
* Learners don&#039;t get to interact with the explainer and other learners, so they don&#039;t get to [[break the ice]].&lt;br /&gt;
* The explainer doesn&#039;t get feedback from learners, so there is no shattering of the [[illusion of transparency]].&lt;br /&gt;
* Learners don&#039;t get a clear idea of what other learners are thinking, which reduces their ability to self-assess and self-diagnose.&lt;br /&gt;
&lt;br /&gt;
Another way of thinking of these disadvantages is that they forgo some of the unique benefits that a class setting (multiple learners, synchronicity, explainer authority) makes possible, by using a strategy that is equally available for self-learning.&lt;br /&gt;
&lt;br /&gt;
== Investment and effort needed ==&lt;br /&gt;
&lt;br /&gt;
=== Effort on the explainer&#039;s part ===&lt;br /&gt;
&lt;br /&gt;
The key kind of effort that explainers must undertake when using quiet prompts -- whether in a [[class]] setting or asynchronously with text and video explanations -- is to have a good prior understanding of learners&#039; state of understanding and likely [[misconception]]s, to make up for the &#039;&#039;lack&#039;&#039; of feedback from learners that would be present in [[cold calling]].&lt;br /&gt;
&lt;br /&gt;
With the understanding of learners&#039; state of understanding and possible misconceptions, the explainer can more deliberately [[calling out misconceptions|call out the misconceptions]] when explaining the answer.&lt;br /&gt;
&lt;br /&gt;
For these reasons, quiet prompts are a better fit for explainers who have a better model of learners&#039; state of understanding and possible misconceptions. This superior understanding could be obtained either through personal experience or explicit guidance in a [[class script]] prepared based on research and experience by others.&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Illusion_of_explanatory_depth&amp;diff=971</id>
		<title>Illusion of explanatory depth</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Illusion_of_explanatory_depth&amp;diff=971"/>
		<updated>2021-09-23T17:59:22Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Definition ==&lt;br /&gt;
&lt;br /&gt;
The &#039;&#039;&#039;illusion of explanatory depth&#039;&#039;&#039; is a phenomenon where [[learner]]s who have &#039;&#039;some&#039;&#039; understanding of a topic overestimate the &#039;&#039;depth&#039;&#039; of their understanding.&lt;br /&gt;
&lt;br /&gt;
It is closely related to the [[illusion of transparency]] (experienced by explainers) and is one of two common ways that the [[double illusion of transparency]] occurs (the other being [[misconception]]s).&lt;br /&gt;
&lt;br /&gt;
== Distinction with misconceptions ==&lt;br /&gt;
&lt;br /&gt;
The illusion of explanatory depth can coexist with [[misconception]]s, that are specific wrong mental models that contradict the correct concepts. However, there is a distinction. Misconceptions are hard to self-correct, because they generate an alternate, seemingly-consistent, universe. Spending more time on self-reflection will usually &#039;&#039;not&#039;&#039; lead to a learner detecting and correcting a misconception.&lt;br /&gt;
&lt;br /&gt;
In contrast, self-reflection is usually sufficient for a learner to detect poor explanatory depth, and decide to correct it.&lt;br /&gt;
&lt;br /&gt;
== Ways to avoid the illusion of explanatory depth ==&lt;br /&gt;
&lt;br /&gt;
=== Start with a presumption of learning failure ===&lt;br /&gt;
&lt;br /&gt;
The [[presumption of learning failure]] is the idea that learning should by default be assumed to not have occurred, and any claim to the contrary bears the burden of proof.&lt;br /&gt;
&lt;br /&gt;
=== Recursive recall and the Feynman technique ===&lt;br /&gt;
&lt;br /&gt;
[[Recursive recall]] is a [[summary table of methods of recall|highly active form of recall]] where a learner tries to articulate the entire topic from the top down, starting with a high level, then digging deeper. Recursive recall helps learners confront the areas where their understanding is lacking in depth.&lt;br /&gt;
&lt;br /&gt;
The [[Feynman technique]] is an advanced variant of recursive recall where the learner tries not just to articulate the topic but to also explain it in a way targeted at learners with a minimal level of prior knowledge. It relies on the idea of [[learning by teaching]].&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
&lt;br /&gt;
* [https://thedecisionlab.com/biases/the-illusion-of-explanatory-depth/ The illusion of explanatory depth on The Decision Lab]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=855</id>
		<title>User:Issa Rice/Gamification table</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=855"/>
		<updated>2021-01-20T22:58:22Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property/attribute !! MMBN !! Math/AI safety !! Vimscript/vimrc&lt;br /&gt;
|-&lt;br /&gt;
| addicting/feeling of being engrossed || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| important || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| instant feedback || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| collecting things || yes || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| mentally easy || yes || no || most of the time&lt;br /&gt;
|-&lt;br /&gt;
| livelihood could depend on it || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| multiple threads that can be pursued || yes || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| social competition || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| early on, you are told the point of the thing you&#039;re doing || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| varied repetitiveness (i.e. not [[wikipedia:Grinding (video gaming)|grinding]]) || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| dominance reasoning/upgrades || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| randomness/surprise || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| pre-made dependency tree || yes&amp;lt;ref group=notes&amp;gt;See &amp;quot;Games help players make and adapt plans&amp;quot; [https://notes.andymatuschak.org/z4qFtxPZi21DKoLruHcmsocee1YnZy9JMArb6?stackedNotes=z7mU6RxxzJ9FZBCcgbYQsv9nExuK3xVm635Ks&amp;amp;stackedNotes=Most_explanatory_media_make_participants_run_their_own_feedback_loops] for kind of thing I mean here. In a game like MMBN the next thing to do is basically obvious.&amp;lt;/ref&amp;gt; || no || no&lt;br /&gt;
|-&lt;br /&gt;
| tacit linearity || yes || no?&amp;lt;ref group=notes&amp;gt;not for mathematics as a whole, but a single textbook does have linear structure&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|-&lt;br /&gt;
| large class from which to pull strategies || no || yes || yes?&lt;br /&gt;
|-&lt;br /&gt;
| tinkering mechanics || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| pressure to keep doing better/find flaws in what I am doing || no || yes&amp;lt;ref group=notes&amp;gt;this is more of an AI safety thing, not a math thing&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
see also https://youtu.be/SqFu5O-oPmU?t=783&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group=notes/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=854</id>
		<title>User:Issa Rice/Gamification table</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=854"/>
		<updated>2021-01-04T00:11:56Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property/attribute !! MMBN !! Math/AI safety !! Vimscript/vimrc&lt;br /&gt;
|-&lt;br /&gt;
| addicting/feeling of being engrossed || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| important || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| instant feedback || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| collecting things || yes || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| mentally easy || yes || no || most of the time&lt;br /&gt;
|-&lt;br /&gt;
| livelihood could depend on it || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| multiple threads that can be pursued || yes || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| social competition || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| early on, you are told the point of the thing you&#039;re doing || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| varied repetitiveness (i.e. not [[wikipedia:Grinding (video gaming)|grinding]]) || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| dominance reasoning/upgrades || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| randomness/surprise || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| pre-made dependency tree || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| tacit linearity || yes || no?&amp;lt;ref group=notes&amp;gt;not for mathematics as a whole, but a single textbook does have linear structure&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|-&lt;br /&gt;
| large class from which to pull strategies || no || yes || yes?&lt;br /&gt;
|-&lt;br /&gt;
| tinkering mechanics || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| pressure to keep doing better/find flaws in what I am doing || no || yes&amp;lt;ref group=notes&amp;gt;this is more of an AI safety thing, not a math thing&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
see also https://youtu.be/SqFu5O-oPmU?t=783&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group=notes/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Memorization_in_mathematics&amp;diff=853</id>
		<title>Memorization in mathematics</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Memorization_in_mathematics&amp;diff=853"/>
		<updated>2020-09-18T00:00:09Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* Notes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Broadly speaking, there seem to be two &amp;quot;schools of thought&amp;quot; regarding memorization in mathematics, as well as a third &amp;quot;default position&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Name !! Description !! People who hold this position&lt;br /&gt;
|-&lt;br /&gt;
| Default position/status quo (often implicitly held) || Memorization is not just necessary to learn mathematics, but it is the primary means through which to learn mathematics. Mathematics is the study of memorizing algorithms for solving problems. Mathematics pretty much consists of rote memorization. || School teachers&lt;br /&gt;
|-&lt;br /&gt;
| Reactionary position || The point of mathematics isn&#039;t to just memorize things; the point is the understand why things are true and to appreciate the beauty of mathematics. One should eschew memorization in favor of trying to deeply understand the concepts. || Richard Feynman, [[wikipedia:A Mathematician&#039;s Lament|Paul Lockhart]], smart teenagers&lt;br /&gt;
|-&lt;br /&gt;
| Revised status quo position || Memorization is pretty important for learning mathematics, and understanding comes from having fluency/competency. Understanding is the real goal, but memorization for the purpose of gaining fluency and storing facts in long-term memory (so as to free up working memory) is actually an essential part of the learning process. || Tim Gowers,&amp;lt;ref&amp;gt;Tim Gowers. [https://gowers.wordpress.com/2018/12/22/how-craig-barton-wishes-hed-taught-maths/ &amp;quot;How Craig Barton wishes he’d taught maths&amp;quot;]. December 22, 2018. &#039;&#039;Gowers&#039;s Weblog&#039;&#039;. &amp;quot;Of particular importance, he claims, is the fact that we cannot hold very much in our short-term memory. This was music to my ears, as it has long been a belief of mine that the limited capacity of our short-term memory is a hugely important part of the answer to the question of why mathematics looks as it does, by which I mean why, out of all the well-formed mathematical statements one could produce, the ones we find interesting are those particular ones. I have even written about this (in an article entitled Mathematics, Memory and Mental Arithmetic, which unfortunately appeared in a book and is not available online, but I might try to do something about that at some point).&amp;quot; and &amp;quot;A prejudice that was strongly confirmed was the value of mathematical fluency. Barton says, and I agree with him (and suggested something like it in my book Mathematics, A Very Short Introduction) that it is often a good idea to teach fluency first and understanding later. More precisely, in order to decide whether it is a good idea, one should assess (i) how difficult it is to give an explanation of why some procedure works and (ii) how difficult it is to learn how to apply the procedure without understanding why it works.&amp;quot;&amp;lt;/ref&amp;gt; Michael Nielsen&amp;lt;ref&amp;gt;Michel Nielsen. [http://augmentingcognition.com/ltm.html &amp;quot;Augmenting Long-term Memory&amp;quot;]. July 2018.&amp;lt;/ref&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Spaced repetition]]&lt;br /&gt;
* [[Retention]]&lt;br /&gt;
* [[Remembering mathematics]]&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;What we do believe is that many people&#039;s dislike of rote memorization has led them to a generalized dislike of memory, and consequently to underrate the role it plays in cognition. Memory is, in fact, a central part of cognition. But the right response to this is not immense amounts of dreary rote memorization. Rather, it&#039;s to use good tools and good judgment to memorize what truly matters.&amp;quot; https://numinous.productions/ttft/&lt;br /&gt;
* [https://notes.andymatuschak.org/z5d7PMFhoTTpJfGAXms4H9gSBvUDRHb43pkfn &amp;quot;People underrate the importance of memory because of bad experiences with rote memorization in school&amp;quot;]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Live_math_video&amp;diff=849</id>
		<title>Live math video</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Live_math_video&amp;diff=849"/>
		<updated>2020-05-04T04:27:13Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Video games have &amp;quot;let&#039;s play&amp;quot; videos where someone (often an experienced player) plays through a video game while giving commentary. Similarly, there exist &amp;quot;live coding&amp;quot; videos where an experienced programmer builds a program from scratch on video, as well as &amp;quot;developer streams&amp;quot; where people live-stream themselves programming.&amp;lt;ref&amp;gt;https://github.com/bnb/awesome-developer-streams&amp;lt;/ref&amp;gt; There are even videos of people solving algorithms problems in real time.&amp;lt;ref&amp;gt;[https://www.youtube.com/playlist?list=PLguYJK7ydFE4aS8fq4D6DqjF6qsysxTnx HaskellRank] is a series of videos on YouTube by Alexey Kutepov, where in each video Kutepov solves some problems from HackerRank in Haskell while explaining how to come up with the solution.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Master Hellish - Gaming. [https://www.youtube.com/watch?v=t-tPMY9wdE8 &amp;quot;CodinGame Let&#039;s Play E2 - The Decent&amp;quot;].&amp;lt;/ref&amp;gt; There don&#039;t seem to be similar videos about math (e.g. videos where someone tries to solve a problem, understand a definition, understand a theorem, or explain a concept without preparation in real time). The closest things that seem to exist are:&lt;br /&gt;
&lt;br /&gt;
* Fully scripted or planned explanation videos, e.g. [[Khan Academy]], [[3Blue1Brown]]&lt;br /&gt;
* In-person [[lecture]]s where the lecturer has not prepared at all, so works through the proofs in real time&amp;lt;ref&amp;gt;https://matheducators.stackexchange.com/questions/1598/lecturers-intentional-mistakes-as-a-teaching-tool&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Some written logs of people solving certain math problems&amp;lt;ref&amp;gt;https://gowers.wordpress.com/2014/07/19/mini-monomath/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The intended audience for a &amp;quot;live math&amp;quot; video need not be a beginner in the subject; instead, the audience can be someone who has gone through the material once, so that the video can spend time pointing out more of the interesting/subtle stuff. (This is similar to how a &amp;quot;let&#039;s play&amp;quot; video can be watched by someone who has already played through a game once, so that the video can focus on secrets/advanced techniques.)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://www.lesswrong.com/posts/xDWGELFkyKdBpySAf/naivetortoise-s-short-form-feed?commentId=Y58ncZ5yXjbyWPL9K discussion about speedrun videos for math]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Live_math_video&amp;diff=848</id>
		<title>Live math video</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Live_math_video&amp;diff=848"/>
		<updated>2020-05-04T04:26:59Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Video games have &amp;quot;let&#039;s play&amp;quot; videos where someone (often an experienced player) plays through a video game while giving commentary. Similarly, there exist &amp;quot;live coding&amp;quot; videos where an experienced programmer builds a program from scratch on video, as well as &amp;quot;developer streams&amp;quot; where people live-stream themselves programming.&amp;lt;ref&amp;gt;https://github.com/bnb/awesome-developer-streams&amp;lt;/ref&amp;gt; There are even videos of people solving algorithms problems in real time.&amp;lt;ref&amp;gt;[https://www.youtube.com/playlist?list=PLguYJK7ydFE4aS8fq4D6DqjF6qsysxTnx HaskellRank] is a series of videos on YouTube by Alexey Kutepov, where in each video Kutepov solves some problems from HackerRank problems in Haskell while explaining how to come up with the solution.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Master Hellish - Gaming. [https://www.youtube.com/watch?v=t-tPMY9wdE8 &amp;quot;CodinGame Let&#039;s Play E2 - The Decent&amp;quot;].&amp;lt;/ref&amp;gt; There don&#039;t seem to be similar videos about math (e.g. videos where someone tries to solve a problem, understand a definition, understand a theorem, or explain a concept without preparation in real time). The closest things that seem to exist are:&lt;br /&gt;
&lt;br /&gt;
* Fully scripted or planned explanation videos, e.g. [[Khan Academy]], [[3Blue1Brown]]&lt;br /&gt;
* In-person [[lecture]]s where the lecturer has not prepared at all, so works through the proofs in real time&amp;lt;ref&amp;gt;https://matheducators.stackexchange.com/questions/1598/lecturers-intentional-mistakes-as-a-teaching-tool&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Some written logs of people solving certain math problems&amp;lt;ref&amp;gt;https://gowers.wordpress.com/2014/07/19/mini-monomath/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The intended audience for a &amp;quot;live math&amp;quot; video need not be a beginner in the subject; instead, the audience can be someone who has gone through the material once, so that the video can spend time pointing out more of the interesting/subtle stuff. (This is similar to how a &amp;quot;let&#039;s play&amp;quot; video can be watched by someone who has already played through a game once, so that the video can focus on secrets/advanced techniques.)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://www.lesswrong.com/posts/xDWGELFkyKdBpySAf/naivetortoise-s-short-form-feed?commentId=Y58ncZ5yXjbyWPL9K discussion about speedrun videos for math]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Live_math_video&amp;diff=847</id>
		<title>Live math video</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Live_math_video&amp;diff=847"/>
		<updated>2020-05-04T04:26:34Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Video games have &amp;quot;let&#039;s play&amp;quot; videos where someone (often an experienced player) plays through a video game while giving commentary. Similarly, there exist &amp;quot;live coding&amp;quot; videos where an experienced programmer builds a program from scratch on video, as well as &amp;quot;developer streams&amp;quot; where people live-stream themselves programming.&amp;lt;ref&amp;gt;https://github.com/bnb/awesome-developer-streams&amp;lt;/ref&amp;gt; There are even videos of people solving algorithms problems in real time.&amp;lt;ref&amp;gt;[https://www.youtube.com/playlist?list=PLguYJK7ydFE4aS8fq4D6DqjF6qsysxTnx HaskellRank] is a series of videos on YouTube by Alexey Kutepov where in each video, Kutepov solves some problems from HackerRank problems in Haskell while explaining how to come up with the solution.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Master Hellish - Gaming. [https://www.youtube.com/watch?v=t-tPMY9wdE8 &amp;quot;CodinGame Let&#039;s Play E2 - The Decent&amp;quot;].&amp;lt;/ref&amp;gt; There don&#039;t seem to be similar videos about math (e.g. videos where someone tries to solve a problem, understand a definition, understand a theorem, or explain a concept without preparation in real time). The closest things that seem to exist are:&lt;br /&gt;
&lt;br /&gt;
* Fully scripted or planned explanation videos, e.g. [[Khan Academy]], [[3Blue1Brown]]&lt;br /&gt;
* In-person [[lecture]]s where the lecturer has not prepared at all, so works through the proofs in real time&amp;lt;ref&amp;gt;https://matheducators.stackexchange.com/questions/1598/lecturers-intentional-mistakes-as-a-teaching-tool&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Some written logs of people solving certain math problems&amp;lt;ref&amp;gt;https://gowers.wordpress.com/2014/07/19/mini-monomath/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The intended audience for a &amp;quot;live math&amp;quot; video need not be a beginner in the subject; instead, the audience can be someone who has gone through the material once, so that the video can spend time pointing out more of the interesting/subtle stuff. (This is similar to how a &amp;quot;let&#039;s play&amp;quot; video can be watched by someone who has already played through a game once, so that the video can focus on secrets/advanced techniques.)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://www.lesswrong.com/posts/xDWGELFkyKdBpySAf/naivetortoise-s-short-form-feed?commentId=Y58ncZ5yXjbyWPL9K discussion about speedrun videos for math]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=846</id>
		<title>User:Issa Rice/Gamification table</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=User:Issa_Rice/Gamification_table&amp;diff=846"/>
		<updated>2020-04-27T09:04:51Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Property/attribute !! MMBN !! Math/AI safety !! Vimscript/vimrc&lt;br /&gt;
|-&lt;br /&gt;
| addicting/feeling of being engrossed || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| important || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| instant feedback || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| collecting things || yes || ? || ?&lt;br /&gt;
|-&lt;br /&gt;
| mentally easy || yes || no || most of the time&lt;br /&gt;
|-&lt;br /&gt;
| livelihood could depend on it || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| multiple threads that can be pursued || yes || yes || yes&lt;br /&gt;
|-&lt;br /&gt;
| social competition || no || yes || no&lt;br /&gt;
|-&lt;br /&gt;
| early on, you are told the point of the thing you&#039;re doing || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| varied repetitiveness (i.e. not [[wikipedia:Grinding (video gaming)|grinding]]) || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| dominance reasoning/upgrades || yes || no || yes&lt;br /&gt;
|-&lt;br /&gt;
| randomness/surprise || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| pre-made dependency tree || yes || no || no&lt;br /&gt;
|-&lt;br /&gt;
| tacit linearity || yes || no?&amp;lt;ref group=notes&amp;gt;not for mathematics as a whole, but a single textbook does have linear structure&amp;lt;/ref&amp;gt; || no&lt;br /&gt;
|-&lt;br /&gt;
| large class from which to pull strategies || no || yes || yes?&lt;br /&gt;
|-&lt;br /&gt;
| tinkering mechanics || yes || no || yes&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
see also https://youtu.be/SqFu5O-oPmU?t=783&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references group=notes/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=845</id>
		<title>Understanding mathematical definitions</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Understanding_mathematical_definitions&amp;diff=845"/>
		<updated>2020-04-26T21:39:10Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Understanding mathematical definitions&#039;&#039;&#039; refers to the process of understanding the meaning of definitions in mathematics.&lt;br /&gt;
&lt;br /&gt;
==List of steps==&lt;br /&gt;
&lt;br /&gt;
Understanding a definition in mathematics is a complicated and laborious process. The following table summarizes some of the things one might do when trying to understand a new definition.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;sortable wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Step !! Condition !! Description !! Purpose !! Examples&lt;br /&gt;
|-&lt;br /&gt;
| Type-checking and parsing || || Parse each expression in the definition and understand its type. || It&#039;s easy to become confused when you don&#039;t know the meanings of expressions used in a definition. So the idea is to avoid this kind of error. || [https://machinelearning.subwiki.org/wiki/User:IssaRice/Type_checking_Pearl%27s_belief_propagation_notation]&lt;br /&gt;
|-&lt;br /&gt;
| Checking assumptions of objects introduced || || Remove or alter each assumption of the objects that have been introduced in the definition to see why they are necessary. || Generally you want definitions to be &amp;quot;expansive&amp;quot; in the sense of applying to many different objects. But each assumption you introduce whittles down the number of objects the definition applies to. In other words, there is tension between (1) trying to have expansive definitions, and (2) adding in assumptions/restrictions in a definition. So you want to make sure each assumption [https://wiki.lesswrong.com/wiki/Making_beliefs_pay_rent pays its rent] so that you don&#039;t make a definition narrower than it needs to be. || In the definition of convergence of a function at a point, Tao requires that &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; must be adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. He then says that it is not worthwhile to define convergence when &amp;lt;math&amp;gt;x_0&amp;lt;/math&amp;gt; is not adherent to &amp;lt;math&amp;gt;E&amp;lt;/math&amp;gt;. (The idea is for the reader to make sure they understand why this assumption is good to have.)&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with examples || || Come up with some examples of objects that fit the definition. Emphasize edge cases. || Examples help to train your intuition of what the object &amp;quot;looks like&amp;quot;. || For monotone increasing functions, an edge case would be the constant function.&lt;br /&gt;
|-&lt;br /&gt;
| Coming up with counterexamples || || || As with coming up with examples, the idea is to train your intuition. But with counterexamples, you do it by making sure your conception of what the object &amp;quot;looks like&amp;quot; isn&#039;t too inclusive. [https://en.wikipedia.org/wiki/Confirmation_bias#Wason&#039;s_research_on_hypothesis-testing] ||&lt;br /&gt;
|-&lt;br /&gt;
| Writing out a wrong version of the definition || || || || See [https://gowers.wordpress.com/2011/09/30/basic-logic-quantifiers/ this post] by Tim Gowers (search &amp;quot;wrong versions&amp;quot; on the page).&lt;br /&gt;
|-&lt;br /&gt;
| Understanding the kind of definition || || Generally a definition will do one of the following things: (1) it will construct a brand new type of object (e.g. definition of a &#039;&#039;function&#039;&#039;); (2) it will take an existing type of object and create a predicate to describe some subclass of that type of object (e.g. take the integers and create the predicate &#039;&#039;even&#039;&#039;); (3) it will define an operation on some class of objects (e.g. take integers and define the operation of &#039;&#039;addition&#039;&#039;).&lt;br /&gt;
|-&lt;br /&gt;
| Checking well-definedness || If the definition defines an operation || || || Checking that addition on the integers is well-defined.&lt;br /&gt;
|-&lt;br /&gt;
| Checking consistency with existing definition || If the definition supersedes an older definition or it clobbers up a previously defined notation || || || Addition on the reals after addition on the rationals has been defined.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;For any function &amp;lt;math&amp;gt;f:X\to Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;, the inverse image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined. On the other hand, if a function &amp;lt;math&amp;gt;f : X\to Y&amp;lt;/math&amp;gt; is a bijection, then &amp;lt;math&amp;gt;f^{-1} : Y \to X&amp;lt;/math&amp;gt; is a function, so its forward image &amp;lt;math&amp;gt;f^{-1}(U)&amp;lt;/math&amp;gt; is defined given any &amp;lt;math&amp;gt;U\subset Y&amp;lt;/math&amp;gt;. We must check that these two are the same set (or else have some way to disambiguate which one we mean). (This example is mentioned in both Tao&#039;s &#039;&#039;Analysis I&#039;&#039; and in Munkres&#039;s &#039;&#039;Topology&#039;&#039;.)&lt;br /&gt;
|-&lt;br /&gt;
| Disambiguating similar-seeming concepts || || || The idea is that sometimes, two different definitions &amp;quot;step on&amp;quot; the same intuitive concept that someone has. || (Example from Tao) &amp;quot;Disjoint&amp;quot; and &amp;quot;distinct&amp;quot; are both terms that apply to two sets. They even sound similar. Are they the same concept? Does one imply the other? It turns out, the answer is &amp;quot;no&amp;quot; to both: &amp;lt;math&amp;gt;\{1,2\}&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\{2,3\}&amp;lt;/math&amp;gt; are distinct but not disjoint, and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;\emptyset&amp;lt;/math&amp;gt; are disjoint but not distinct.&amp;lt;br/&amp;gt;&amp;lt;br/&amp;gt;Partition of a set vs partition of an interval.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In metric spaces, the difference between bounded and totally bounded. They are not the same concept in general, but one implies the other, so one should prove an implication and find a counterexample. However, in certain metric spaces (e.g. Euclidean spaces) the two concepts &#039;&#039;are&#039;&#039; identical, so one should prove the equivalence.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Sequantially compact vs covering compact: equivalent in metric spaces, but not true for more general topological spaces.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;Cauchy sequence vs convergent sequence: equivalent in complete metric spaces, but not equivalent in general (although convergent implies Cauchy in general). However, even incomplete metric spaces can be completed, so the two ideas sort of end up blurring together.&lt;br /&gt;
|-&lt;br /&gt;
| Googling around/reading alternative texts || || Sometimes a definition is confusingly written (in one textbook) or the concept itself is confusing (e.g. because it is too abstract). It can help to look around for alternative expositions, especially ones that try to explain the intuitions/historical motivations of the definition. See also [[learning from multiple sources]]. || || In mathematical logic, the terminology for formal languages is a mess: some books define a structure as having a domain and an interpretation (so structure = (domain, interpretation)), while others define the same thing as interpretation = (domain, denotations), while still others define it as structure = (domain, signature, interpretation). The result is that in order to not be confused when e.g. reading an article online, one must become familiar with a range of definitions/terminology for the same concepts and be able to quickly adjust to the intended one in a given context.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;To give another example from mathematical logic, there is the expresses vs captures distinction. But different books use terminology like arithmetically defines vs defines, represents vs expresses, etc. So again things are a mess.&lt;br /&gt;
|-&lt;br /&gt;
| Drawing a picture || Ideally ask this about every definition. But some subfields of math (e.g. analysis) are a lot more visual than others (e.g. mathematical logic). || || || Pugh&#039;s &#039;&#039;Real Mathematical Analysis&#039;&#039;, Needham&#039;s &#039;&#039;Visual Complex Analysis&#039;&#039;.&lt;br /&gt;
|-&lt;br /&gt;
| Chunking/processing level by level || If a definition involves multiple layers of quantifiers. || || || See Tao&#039;s definitions for &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, eventually &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-close, &amp;lt;math&amp;gt;\varepsilon&amp;lt;/math&amp;gt;-adherent, etc.&lt;br /&gt;
|-&lt;br /&gt;
| Asking some stock questions for a given field || || || || In computability theory, you should always be asking &amp;quot;Is this function total or partial?&amp;quot; or else you risk becoming confused.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;In linear algebra (when done in a coordinate-free way) one should always ask &amp;quot;is this vector space finite-dimensional?&amp;quot;&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;I think some other fields also have this kind of question that you should always be asking of objects.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Ways to speed things up==&lt;br /&gt;
&lt;br /&gt;
There are several ways to speed up/skip steps in the above table, so that one doesn&#039;t spend too much time on definitions.&lt;br /&gt;
&lt;br /&gt;
===Lazy understanding===&lt;br /&gt;
&lt;br /&gt;
One idea is to skip trying to really grok a definition at first, and see what bad things might happen. The idea is to then only come back to the definition when one needs details from it. This is similar to [[wikipedia:Lazy evaluation|lazy evaluation]] in programming.&lt;br /&gt;
&lt;br /&gt;
===Building off similar definitions===&lt;br /&gt;
&lt;br /&gt;
If a similar definition has just been defined (and one has taken the time to understand it), a similar definition will not need as much time to understand (one only needs to focus on the differences between the two definitions). For instance, after one has understood set union, one can relatively quickly understand set intersection.&lt;br /&gt;
&lt;br /&gt;
===Relying on experience and intuition===&lt;br /&gt;
&lt;br /&gt;
Eventually, after one has studied a lot of mathematics, understanding definitions becomes more automatic. One can gain an intuition of which steps are important for a particular definition, or when to spend some time and when to move quickly. One naturally asks the important questions, and can let curiosity guide one&#039;s exploration.&lt;br /&gt;
&lt;br /&gt;
==When reading textbooks==&lt;br /&gt;
&lt;br /&gt;
Most textbooks will assume the audience is a competent mathematician, so won&#039;t bother to explain what you should be doing at each definition.&lt;br /&gt;
&lt;br /&gt;
In definitions, it is traditional to use &amp;quot;if&amp;quot; to mean &amp;quot;if and only if&amp;quot;. (Some authors use &amp;quot;iff&amp;quot; in definitions.)&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Understanding theorems]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* http://www.abstractmath.org/MM/MMDefs.htm&lt;br /&gt;
* https://www.maa.org/node/121566 lists some other steps for both theorems and definitions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Reverse_mathematics -- this one is more important for [[understanding theorems]]. But the idea is to think, for each theorem, its place in the structure of the theory/relationship to other theorems. see for example https://en.wikipedia.org/wiki/Completeness_of_the_real_numbers#Forms_of_completeness and https://en.wikipedia.org/wiki/Axiom_of_choice#Equivalents and https://en.wikipedia.org/wiki/Mathematical_induction#Equivalence_with_the_well-ordering_principle John Stillwell (who also wrote &#039;&#039;Mathematics and Its History&#039;&#039;) has a book called &#039;&#039;Reverse Mathematics&#039;&#039; that might explain this at an accessible level. See also Michael J. Schramm&#039;s &#039;&#039;Introduction to Real Analysis&#039;&#039;, which has the most complete &amp;quot;implication structure&amp;quot; between all the properties of the real line I&#039;ve seen in a textbook. See also James Propp&#039;s paper [https://arxiv.org/abs/1204.4483 &amp;quot;Real Analysis in Reverse&amp;quot;].&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/23/definitions/&lt;br /&gt;
* https://gowers.wordpress.com/2011/10/25/alternative-definitions/&lt;br /&gt;
* I think Tim Gowers&#039;s [https://gowers.wordpress.com/category/cambridge-teaching/basic-logic/ basic logic] series of blog posts has some discussions about definitions&lt;br /&gt;
* https://www.google.com/search?q=%22There%20are%20good%20reasons%20why%20the%20theorems%20should%20all%20be%20easy%20and%20the%20definitions%20hard.%22&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=844</id>
		<title>Generality versus core insight trade-off in theorem statements</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=844"/>
		<updated>2020-04-24T23:06:54Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(there might be a standard term for this; if so, I would like to know)&lt;br /&gt;
&lt;br /&gt;
In math, there is often a tradeoff between stating a theorem in the most general/applicable way possible, and stating it in such a way as to reveal the core difficulty or insight.&lt;br /&gt;
&lt;br /&gt;
For example, consider the [[calculus:Intermediate value theorem]] [https://calculus.subwiki.org/wiki/Intermediate_value_theorem]. It&#039;s possible to state the theorem as saying the function attains each value between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;. But this introduces an extra parameter which takes up more working memory. It is simpler to state it as saying the function equals zero somewhere. Similarly, we could let &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; be any real numbers, but we could restrict the theorem to the case &amp;lt;math&amp;gt;a &amp;lt; b&amp;lt;/math&amp;gt;, which is where all of the interesting stuff happens.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! More general/applicable !! Core insight version/the most interesting case&lt;br /&gt;
|-&lt;br /&gt;
| for any &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;, there is &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c) = t&amp;lt;/math&amp;gt; || there is &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c) = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt; are arbitrary real numbers (including the case &amp;lt;math&amp;gt;a &amp;gt; b&amp;lt;/math&amp;gt;, which makes &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; empty so the theorem becomes vacuous, and also including the case &amp;lt;math&amp;gt;a=b&amp;lt;/math&amp;gt; so the function consists of a single point, which makes the theorem trivial) || &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt; are real numbers such that &amp;lt;math&amp;gt;a&amp;lt;b&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt; can be anything (we don&#039;t add hypotheses concerning their values) || &amp;lt;math&amp;gt;f(a) &amp;lt; 0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b) &amp;gt; 0&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Once the core insight of the theorem is absorbed, it is of course most useful to have the theorem stated in the most general way possible, so that it can be quickly applied to other problems. But when one is first learning the theorem, it can be distracting to consider all of the vacuous, trivial, uninteresting cases; it is most useful to gain the core insight quickly .&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=843</id>
		<title>Generality versus core insight trade-off in theorem statements</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=843"/>
		<updated>2020-04-24T23:06:39Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(there might be a standard term for this; if so, I would like to know)&lt;br /&gt;
&lt;br /&gt;
In math, there is often a tradeoff between stating a theorem in the most general/applicable way possible, and stating it in such a way as to reveal the core difficulty or insight.&lt;br /&gt;
&lt;br /&gt;
For example, consider the [[calculus:Intermediate value theorem]] [https://calculus.subwiki.org/wiki/Intermediate_value_theorem]. It&#039;s possible to state the theorem as saying the function attains each value between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;. But this introduces an extra parameter which takes up more working memory. It is simpler to state it as saying the function equals zero somewhere. Similarly, we could let &amp;lt;math&amp;gt;a&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;b&amp;lt;/math&amp;gt; be any real numbers, but we could restrict the theorem to the case &amp;lt;math&amp;gt;a &amp;lt; b&amp;lt;/math&amp;gt;, which is where all of the interesting stuff happens.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! More general/applicable !! Core insight version/the most interesting case&lt;br /&gt;
|-&lt;br /&gt;
| for any &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;, there is &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c) = 0&amp;lt;/math&amp;gt; || there is &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c) = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt; are arbitrary real numbers (including the case &amp;lt;math&amp;gt;a &amp;gt; b&amp;lt;/math&amp;gt;, which makes &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; empty so the theorem becomes vacuous, and also including the case &amp;lt;math&amp;gt;a=b&amp;lt;/math&amp;gt; so the function consists of a single point, which makes the theorem trivial) || &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt; are real numbers such that &amp;lt;math&amp;gt;a&amp;lt;b&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt; can be anything (we don&#039;t add hypotheses concerning their values) || &amp;lt;math&amp;gt;f(a) &amp;lt; 0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b) &amp;gt; 0&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Once the core insight of the theorem is absorbed, it is of course most useful to have the theorem stated in the most general way possible, so that it can be quickly applied to other problems. But when one is first learning the theorem, it can be distracting to consider all of the vacuous, trivial, uninteresting cases; it is most useful to gain the core insight quickly .&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_tradeoff_in_theorems&amp;diff=842</id>
		<title>Generality versus core insight tradeoff in theorems</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_tradeoff_in_theorems&amp;diff=842"/>
		<updated>2020-04-24T23:05:21Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: Issa Rice moved page Generality versus core insight tradeoff in theorems to Generality versus core insight trade-off in theorem statements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Generality versus core insight trade-off in theorem statements]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=841</id>
		<title>Generality versus core insight trade-off in theorem statements</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=841"/>
		<updated>2020-04-24T23:05:21Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: Issa Rice moved page Generality versus core insight tradeoff in theorems to Generality versus core insight trade-off in theorem statements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(there might be a standard term for this; if so, I would like to know)&lt;br /&gt;
&lt;br /&gt;
In math, there is often a tradeoff between stating a theorem in the most general/applicable way possible, and stating it in such a way as to reveal the core difficulty or insight.&lt;br /&gt;
&lt;br /&gt;
For example, consider the [[calculus:Intermediate value theorem]] [https://calculus.subwiki.org/wiki/Intermediate_value_theorem]. It&#039;s possible to state the theorem as saying the function attains each value between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;. But this introduces an extra parameter which takes up more working memory. It is simpler to state it as saying the function equals zero somewhere. Similarly, we would let a and b be any real numbers, but we could restrict the theorem to the case &amp;lt;math&amp;gt;a &amp;lt; b&amp;lt;/math&amp;gt;, which is where all of the interesting stuff happens.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! More general/applicable !! Core insight version/the most interesting case&lt;br /&gt;
|-&lt;br /&gt;
| for any &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;, there is &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c) = 0&amp;lt;/math&amp;gt; || there is &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c) = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt; are arbitrary real numbers (including the case &amp;lt;math&amp;gt;a &amp;gt; b&amp;lt;/math&amp;gt;, which makes &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; empty so the theorem becomes vacuous, and also including the case &amp;lt;math&amp;gt;a=b&amp;lt;/math&amp;gt; so the function consists of a single point, which makes the theorem trivial) || &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt; are real numbers such that &amp;lt;math&amp;gt;a&amp;lt;b&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt; can be anything (we don&#039;t add hypotheses concerning their values) || &amp;lt;math&amp;gt;f(a) &amp;lt; 0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b) &amp;gt; 0&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Once the core insight of the theorem is absorbed, it is of course most useful to have the theorem stated in the most general way possible, so that it can be quickly applied to other problems. But when one is first learning the theorem, it can be distracting to consider all of the vacuous, trivial, uninteresting cases; it is most useful to gain the core insight quickly .&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=840</id>
		<title>Generality versus core insight trade-off in theorem statements</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=840"/>
		<updated>2020-04-24T23:04:41Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(there might be a standard term for this; if so, I would like to know)&lt;br /&gt;
&lt;br /&gt;
In math, there is often a tradeoff between stating a theorem in the most general/applicable way possible, and stating it in such a way as to reveal the core difficulty or insight.&lt;br /&gt;
&lt;br /&gt;
For example, consider the [[calculus:Intermediate value theorem]] [https://calculus.subwiki.org/wiki/Intermediate_value_theorem]. It&#039;s possible to state the theorem as saying the function attains each value between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;. But this introduces an extra parameter which takes up more working memory. It is simpler to state it as saying the function equals zero somewhere. Similarly, we would let a and b be any real numbers, but we could restrict the theorem to the case &amp;lt;math&amp;gt;a &amp;lt; b&amp;lt;/math&amp;gt;, which is where all of the interesting stuff happens.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! More general/applicable !! Core insight version/the most interesting case&lt;br /&gt;
|-&lt;br /&gt;
| for any &amp;lt;math&amp;gt;t&amp;lt;/math&amp;gt; between &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt;, there is &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c) = 0&amp;lt;/math&amp;gt; || there is &amp;lt;math&amp;gt;c&amp;lt;/math&amp;gt; in &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; such that &amp;lt;math&amp;gt;f(c) = 0&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt; are arbitrary real numbers (including the case &amp;lt;math&amp;gt;a &amp;gt; b&amp;lt;/math&amp;gt;, which makes &amp;lt;math&amp;gt;[a,b]&amp;lt;/math&amp;gt; empty so the theorem becomes vacuous, and also including the case &amp;lt;math&amp;gt;a=b&amp;lt;/math&amp;gt; so the function consists of a single point, which makes the theorem trivial) || &amp;lt;math&amp;gt;a,b&amp;lt;/math&amp;gt; are real numbers such that &amp;lt;math&amp;gt;a&amp;lt;b&amp;lt;/math&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;math&amp;gt;f(a)&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b)&amp;lt;/math&amp;gt; can be anything (we don&#039;t add hypotheses concerning their values) || &amp;lt;math&amp;gt;f(a) &amp;lt; 0&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;f(b) &amp;gt; 0&amp;lt;/math&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Once the core insight of the theorem is absorbed, it is of course most useful to have the theorem stated in the most general way possible, so that it can be quickly applied to other problems. But when one is first learning the theorem, it can be distracting to consider all of the vacuous, trivial, uninteresting cases; it is most useful to gain the core insight quickly .&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Category:Coinage&amp;diff=839</id>
		<title>Category:Coinage</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Category:Coinage&amp;diff=839"/>
		<updated>2020-04-24T23:01:12Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category tracks terms that have been invented on this wiki. It is not an aim of this wiki to invent new terms (in fact, the wiki is trying to do that as little as possible, by sticking to existing terms and trying to be canonical). However, sometimes a suitable term cannot be found in time, so a new term might be used. Hopefully, tracking new terms here makes it easier to manage (e.g. periodically looking through this list to detect existing standard terms in light of new information).&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Category:Coinage&amp;diff=838</id>
		<title>Category:Coinage</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Category:Coinage&amp;diff=838"/>
		<updated>2020-04-24T23:01:02Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category tracks terms that have been invented on this wiki. It is not an aim of this wiki to invent new terms (in fact, the wiki is trying to do that as little as possible, by sticking to existing terms and trying to be canonical). However, sometimes a suitable term cannot be found in time, so a new term might be used. Hopefully tracking new terms here makes it easier to manage (e.g. periodically looking through this list to detect existing standard terms in light of new information).&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Category:Coinage&amp;diff=837</id>
		<title>Category:Coinage</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Category:Coinage&amp;diff=837"/>
		<updated>2020-04-24T22:59:46Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category tracks terms that have been invented on this wiki. It is not an aim of this wiki to invent new terms (in fact, the wiki is trying to do that as little as possible, by sticking to existing terms and trying to be canonical). However, sometimes a suitable term cannot be found in time, so a new term might be used.&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Combinatorial_explosion_of_questions_and_errors&amp;diff=836</id>
		<title>Combinatorial explosion of questions and errors</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Combinatorial_explosion_of_questions_and_errors&amp;diff=836"/>
		<updated>2020-04-24T22:59:03Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(there might be a more standard term for this)&lt;br /&gt;
&lt;br /&gt;
Non-interactive explanations (e.g. textbooks, blog posts, and YouTube videos, in contrast to interactive explanations like classrooms and tutoring) face the problem of &#039;&#039;&#039;combinatorial explosion of questions and errors&#039;&#039;&#039;. As the length of the explanation increases, there will be more and more potential questions a [[learner]] could ask, as well as more and more potential errors in reasoning the learner could make (or misconceptions they could have). As the explanation is non-interactive, the [[explainer]] must anticipate in advance which questions and errors are most likely for the intended audience, and must decide how extensive the explanation will be.&lt;br /&gt;
&lt;br /&gt;
Consider the experience of reading a mathematical proof. Each step in the proof is an opportunity for the reader to become confused, as they might not understand a calculation or reasoning that is being done.&lt;br /&gt;
&lt;br /&gt;
Here is an example of this sort of thing, as related by Nate Soares:&amp;lt;ref&amp;gt;https://www.greaterwrong.com/posts/w5F4w8tNZc6LcBKRP/on-learning-difficult-things&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;The problem is, most of the time that I get stuck, I get stuck on something incredibly stupid. I’ve either misread something somewhere or misremembered a concept from earlier in the book. Usually, someone looking over my shoulder could correct me in ten seconds with three words.&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;“Dude. Disjunction. &#039;&#039;Dis&#039;&#039;junction.”&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;These are the things that eat my days.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Ways to mitigate==&lt;br /&gt;
&lt;br /&gt;
For the [[explainer]]:&lt;br /&gt;
&lt;br /&gt;
* test the explanation on many readers to catch potential errors/questions, so that these can be cached&lt;br /&gt;
* leave the explanation for a while to make it fresher in your mind&lt;br /&gt;
* move to a more interactive format&lt;br /&gt;
* allow comments (if it&#039;s a blog post)&lt;br /&gt;
* explain more of the background material to &amp;quot;uniformize&amp;quot; the audience, to make the audience more predictable&lt;br /&gt;
* stipulate conditions on the audience (e.g. say that X and Y are required background reading, or that this is intended for intermediate students)&lt;br /&gt;
&lt;br /&gt;
For the [[learner]]:&lt;br /&gt;
&lt;br /&gt;
* make use of peers/tutors/TAs/teachers/question-and-answer-sites (e.g. if you get stuck reading a textbook, ask a peer)&lt;br /&gt;
* [[Learning from multiple sources|make use of multiple explanations]]&lt;br /&gt;
&lt;br /&gt;
==Related phenomena==&lt;br /&gt;
&lt;br /&gt;
* the thing where course instructors reuse old exam/homework problems it&#039;s hard to come up with new problems (this problem also arises from the static/non-interactive nature of learning material)&lt;br /&gt;
* the problem with storing static example problems in [[spaced repetition software]], because the user will just memorize the answer instead of treating it like a new problem (this problem also arises from the static/non-interactive nature of learning material)&lt;br /&gt;
* inferential distance/lack of uniform background of learners (this problem also arises from the difficulty of anticipating the identity of the learner or how they will react); see e.g. &amp;quot;“There are 10 pre-requisites for understanding concept X. Most people have 6 or seven, and then I write a blog post for each of the 10. Most people, most of the time, feel like they’re reading a thing they already know, yet I did have to write all 10 to be able to get everyone to take the step forward together.”&amp;quot;&amp;lt;ref&amp;gt;https://www.greaterwrong.com/posts/Q924oPJzK92FifuFg/write-a-thousand-roads-to-rome/comment/zCSb8aGbfuLeKKwBP&amp;lt;/ref&amp;gt;&lt;br /&gt;
* there is a kind of &amp;quot;reverse&amp;quot; or &amp;quot;ironic&amp;quot; problem that happens where the explainer &#039;&#039;did&#039;&#039; correctly anticipate a question, but the reader fails to anticipate that the explainer anticipates this, so the reader stops reading as soon as they become confused, when in fact in the next paragraph (or next section or whatever) the question is answered. Some authors try to prevent this by saying things like &amp;quot;more on this soon&amp;quot; or &amp;quot;see section 4.5.3 for details&amp;quot;.&lt;br /&gt;
* in arguments/debates (which are a special kind of explanation), there is a combinatorial explosion of &#039;&#039;potential&#039;&#039; arguments each side could make, even if the &#039;&#039;actual&#039;&#039; path of arguments is just a single path through this tree. See https://arxiv.org/abs/1805.00899 for more on this.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:Combinatorial explosion]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Explainer-side_versus_learner-side_optimization&amp;diff=835</id>
		<title>Explainer-side versus learner-side optimization</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Explainer-side_versus_learner-side_optimization&amp;diff=835"/>
		<updated>2020-04-24T22:58:49Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Consider two kinds of meaning of the phrase &amp;quot;optimizing learning&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
* You are an [[explainer]] and you want to construct some sort of idealized box, such that if you shove in [[learner]]s into this box, they come out the other end having mastered (good retention, good transfer of learning, etc.) the learning material.&lt;br /&gt;
* You are a [[learner]] born into a world with horrible explanations. How do you fend for yourself in this cruel world, by seeking the good explanations, customizing your studying style to match your learning style, and integrating the best research on learning into your study habits?&lt;br /&gt;
&lt;br /&gt;
The former is called &#039;&#039;&#039;explainer-side optimization&#039;&#039;&#039; and the latter is called &#039;&#039;&#039;learner-side optimization&#039;&#039;&#039; (until I find better/more standard terminology).&lt;br /&gt;
&lt;br /&gt;
In an altruistic sense, what matters for content creation is the explainer-side optimization or doing explainer-side optimization to help &#039;&#039;other people&#039;&#039; do their own learner-side optimization.&lt;br /&gt;
&lt;br /&gt;
Common ground between both explainer-side and learner-side optimization: knowing the various &amp;quot;effects&amp;quot; that have been discovered ([[spacing effect]], [[testing effect]], etc.) is useful for both (e.g. the explainer can integrate spacing into the learning material by referring to earlier parts from later parts in a space-y way, and the learner can use [[spaced repetition software]]). It&#039;s the same knowledge underlying both, but the application is different.&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://wiki.lesswrong.com/wiki/A_sense_that_more_is_possible A sense that more is possible]&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Incubation-based_studying&amp;diff=834</id>
		<title>Incubation-based studying</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Incubation-based_studying&amp;diff=834"/>
		<updated>2020-04-24T22:58:35Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Incubation-based studying&#039;&#039;&#039; (there might be a better or more standard term) is the idea that one can make more progress on solving a problem/displaying creativity by working on the problem in a concentrated manner, then leaving the problem aside, then coming back to the problem after a break (it is after the break that the problem gets solved).&lt;br /&gt;
&lt;br /&gt;
The important thing here is that this term should be agnostic about the underlying mechanism (so maybe &amp;quot;incubation&amp;quot; isn&#039;t such a good term after all, since it seems to single out the unconscious processing mechanism), or at least there should be a term reserved to refer to the overall phenomenon in a mechanism-agnostic manner. It might be due to &amp;quot;subconscious processing&amp;quot; or it might be due to looking fresh at the problem, or it might be due to something else entirely, or some combination of these things.&lt;br /&gt;
&lt;br /&gt;
Of course, depending on the mechanism, specific strategies when studying can change. For example, (1) how hard one tries during the initial concentrated session, (2) how long the break is, (3) how many &amp;quot;parallel threads&amp;quot; to have for different problems, and (4) what one does during the break, are all parameters that can be tweaked when one applies this technique, and their optimal values seem to depend on the underlying mechanism. For example, if &amp;quot;subconscious processing&amp;quot; is the underlying mechanism, then presumably one cannot &amp;quot;subconsciously work on&amp;quot; hundreds of problems simultaneously. On the other hand, if the underlying mechanism is that this method gives a &amp;quot;fresh look&amp;quot; at problems, then one might want to attempt as many problems as possible, to &amp;quot;flush the buffer&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==Notes==&lt;br /&gt;
&lt;br /&gt;
TODO: process the quotes below into the article.&lt;br /&gt;
&lt;br /&gt;
In his book &#039;&#039;How to Become a Straight-A Student&#039;&#039; [[Cal Newport]] writes:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Next, try to solve the problem in the most obvious way possible. This, of course, probably won&#039;t work, because most difficult problems are tricky by nature. By failing in this initial approach, however, you will have at least identified what makes this problem hard. Now you are ready to try to come up with a real solution.&amp;lt;br /&amp;gt;&amp;lt;br/ &amp;gt;The next step is counterintuitive. After you&#039;ve primed the problem, put away your notes and move on to something else. Instead of trying to force a solution, think about the problem in between other activities. As you walk across campus, wait in line at the dining hall, or take a shower, bring up the problem in your head and start thinking through solutions. You might even want to go on a quiet hike or long car ride dedicated entirely to mulling over the question at hand.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;More often than not, after enough mobile consideration, you will finally stumble across a solution. Only then should you schedule more time to go back to the problem set, write it down formally, and work out the kinks. It&#039;s unclear exactly &#039;&#039;why&#039;&#039; solving problems is easier when you&#039;re on the go, but, whatever the explanation, it has worked for many students. Even better, it saves a lot of time, since most of your thinking has been done in little interludes between other activities, not during big blocks of valuable free time.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In her book &#039;&#039;A Mind for Numbers&#039;&#039;, [[Barbara Oakley]] distinguishes between &amp;quot;focused mode&amp;quot; (same thing as [[wikipedia:task-positive network]]?) and &amp;quot;diffuse mode&amp;quot; (same thing as [[wikipedia:task-negative network]]?):&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Focused-mode thinking is essential for studying math and science. It involves a direct approach to solving problems using rational, sequential, analytical approaches. [...] Diffuse-mode thinking is also essential for learning math and science. It allows us to suddenly gain a new insight on a problem we’ve been struggling with and is associated with “big-picture” perspectives. Diffuse-mode thinking is what happens when you relax your attention and just let your mind wander. This relaxation can allow different areas of the brain to hook up and return valuable insights.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In his book &#039;&#039;The Mind Is Flat&#039;&#039;, Nick Chater doesn&#039;t deny the phenomenon, but disagrees that this sort of incubation-based thinking works due to unconsciously working on the problem:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;blockquote&amp;gt;Poincaré and Hindemith cannot possibly be right. If they are spending their days actively thinking about other things, their brains are not unobtrusively solving deep mathematical problems or composing complex pieces of music, perhaps over days or weeks, only to reveal the results in a sudden flash. Yet, driven by the intuitive appeal of unconscious thought, psychologists have devoted a great deal of energy in searching for evidence for unconscious mental work. In these studies, they typically give people some tricky problems to solve (e.g. a list of anagrams); after a relatively short period of time, they might instruct participants to continue, to take a break, to do another similar or different mental task, or even get a night’s sleep, before resuming their problems. According to the ‘unconscious work’ perspective, resuming after a break should lead to a sudden improvement in performance, compared with people who just keep going with the task. Studies in this area are numerous and varied, but I think the conclusions are easily summarized. First, the effects of breaks of all kinds are either negligible or non-existent: if unconscious work takes place at all, it is sufficiently ineffectual to be barely detectable, despite a century of hopeful attempts. Second, many researchers have argued that the minor effects of taking a break – and indeed, Poincaré’s and Hindemith’s intuitions – have a much more natural explanation, which involves no unconscious thought at all.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;The simplest version of the idea comes from thinking about why one gets stuck with a difficult problem in the first place. What is special about such problems is that you can’t solve them through a routine set of steps (in contrast, say, to adding up columns of numbers, which is laborious but routine) – you have to look at the problem in the ‘right way’ before you can make progress (e.g. with an anagram, you might need to focus on a few key letters; in deep mathematics or musical composition, the space of options might be large and varied). So ideally, the right approach would be to fluidly explore the range of possible ‘angles’ on the problem, until hitting on the right one. Yet this is not so easy: once we have been looking at the same problem for a while, we feel ourselves to be stuck or going round in circles. Indeed, the cooperative computational style of the brain makes this difficult to avoid.&amp;lt;/blockquote&amp;gt;&lt;br /&gt;
&lt;br /&gt;
http://paulgraham.com/top.html&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Interleaving]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [[wikipedia:Incubation (psychology)]]&lt;br /&gt;
* https://www.greaterwrong.com/posts/SEq8bvSXrzF4jcdS8/tips-and-tricks-for-answering-hard-questions&lt;br /&gt;
* [[wikipedia:Default mode network]]&lt;br /&gt;
* [[wikipedia:Einstellung effect]]&lt;br /&gt;
* https://pdfs.semanticscholar.org/76c6/ce0abf6f67f2c089df372261203989b43903.pdf HT [https://www.gwern.net/newsletter/2019/04 gwern]&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Concept_dependency_tracking&amp;diff=833</id>
		<title>Concept dependency tracking</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Concept_dependency_tracking&amp;diff=833"/>
		<updated>2020-04-24T22:58:25Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&#039;&#039;&#039;Concept dependency tracking&#039;&#039;&#039; (there might be a more standard term) refers to the tracking of conceptual dependencies (e.g. using a dependency DAG) when learning a subject.&lt;br /&gt;
&lt;br /&gt;
When trying to learn a concept, there might be several conceptual dependencies (i.e. other concepts you must learn first before learning the desired concept). The nature and structure of dependencies can be simple or elaborate depending on what one is trying to learn:&lt;br /&gt;
&lt;br /&gt;
* If one tries to do a &amp;quot;deep dive&amp;quot; into a subject by first picking some advanced concept (e.g. &amp;quot;I want to learn about Godel&#039;s incompleteness theorems&amp;quot;) there might be multiple specific (propositional logic, first-order logic, computability) and general dependencies (&amp;quot;mathematical sophistication&amp;quot;) that have some complicated structure.&lt;br /&gt;
* If one is following a textbook linearly or has already covered the surrounding material, then the marginal concept won&#039;t typically have elaborate dependencies. This is because the textbook is already implicitly managing the dependencies (i.e. the textbook is a serialization of some dependency graph, using for instance [[wikipedia:Topological sorting]]).&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Every time you encounter a concept you don’t recognize, you need to go back and learn it first. Pretty soon you’re deep in dependency hell, switching between twenty tabs, trying to juggle all the prerequisites of prerequisites, wondering if any of this will actually help you towards your original goal.&amp;quot; [https://metacademy.org/about]&lt;br /&gt;
&lt;br /&gt;
The paper &amp;quot;Retain: Building a Concept Recommendation System that Leverages Spaced Repetition to Improve Retention in Educational Settings&amp;quot; by Shilpa Subrahmanyam also talks about this.&lt;br /&gt;
&lt;br /&gt;
Several books have a graph near the beginning of the book describing the order in which chapters may be read.&lt;br /&gt;
&lt;br /&gt;
I think most [[learner]]s don&#039;t really pay attention to conceptual dependency tracking (they can just follow along in class/read the chosen-by-teachers sections in the textbook). But tracking conceptual dependencies is important for:&lt;br /&gt;
&lt;br /&gt;
* [[Explainer]]s who want to produce clear explanations.&lt;br /&gt;
* Autodidacts who get to &amp;quot;shop around&amp;quot; for multiple explanations. Different books might cover topics in a different order, so one might try reading up a topic in a different book only to find that this book assumes some other knowledge one does not have. Or the proof in the second book might circularly assume the result because it started from a different place.&lt;br /&gt;
* Generalists who jump from subject to subject, becoming a complete novice frequently.&lt;br /&gt;
&lt;br /&gt;
==Types of dependencies==&lt;br /&gt;
&lt;br /&gt;
There are different &amp;quot;strengths&amp;quot; of dependencies. For example not understanding high school algebra makes it very difficult to understand calculus, so this might be a &amp;quot;hard&amp;quot; dependency. On the other hand, knowing the construction of the real number system helps to make one&#039;s understanding of real analysis solid, but is often considered nonessential during a first pass with the subject, so this might be more of a &amp;quot;soft&amp;quot; dependency.&lt;br /&gt;
&lt;br /&gt;
Some subjects have feedback loops, where subject X helps shed light on subject Y, and conversely, subject Y cements one&#039;s understanding of subject X. For this kind of dependency, a DAG is insufficient. (see data structures section)&lt;br /&gt;
&lt;br /&gt;
When is a dependency graph cyclic or acyclic? Circular dependencies are kind of weird in the sense that if we increase the resolution of concept space, it seems like we can always get the graph to a point where it&#039;s no longer circular. Superficially, we might say &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; depend on each other, but actually, if you break them down, &amp;lt;math&amp;gt;X&amp;lt;/math&amp;gt; has parts &amp;lt;math&amp;gt;X&#039;&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;X&#039;&#039;&amp;lt;/math&amp;gt;, and (1) &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; depends on &amp;lt;math&amp;gt;X&#039;&amp;lt;/math&amp;gt; and (2) &amp;lt;math&amp;gt;X&#039;&#039;&amp;lt;/math&amp;gt; depends on &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt;, so at this finer resolution, the dependency has no cycle (the graph looks like &amp;lt;math&amp;gt;X&#039; \rightarrow Y \rightarrow X&#039;&#039;&amp;lt;/math&amp;gt;), but if you look at the original graph with nodes &amp;lt;math&amp;gt;Y&amp;lt;/math&amp;gt; and &amp;lt;math&amp;gt;X=\{X&#039;, X&#039;&#039;\}&amp;lt;/math&amp;gt;, then it looks like there&#039;s a cycle. Is there a counterexample to this?&lt;br /&gt;
&lt;br /&gt;
===Logical vs pedagogical dependency===&lt;br /&gt;
&lt;br /&gt;
In mathematics, logically speaking some axiomatic system (such as Peano axioms or ZFC) comes before everything else, and is thus a dependency. However, pedagogically speaking, it does not make any sense to start one&#039;s mathematical education with ZFC.&lt;br /&gt;
&lt;br /&gt;
===Soft vs hard dependency===&lt;br /&gt;
&lt;br /&gt;
There are different versions/levels of the same skill, and sometimes one can get away with a fuzzy/informal/cartoonish understanding, while other times one actually needs to know something at the mechanistic/formal/instinctual level. I predict that concept dependency systems that don&#039;t take this into account will feel unpleasant to use. A related idea is Terry Tao&#039;s distinction between pre-rigorous, rigorous, and post-rigorous mathematics.&amp;lt;ref&amp;gt;https://terrytao.wordpress.com/career-advice/theres-more-to-mathematics-than-rigour-and-proofs/&amp;lt;/ref&amp;gt; Whereas Tao distinguishes between these levels for one&#039;s mathematical education as a whole, one could also take a more granular approach, where for each concept, there is a pre-rigorous, rigorous, and post-rigorous stage.&lt;br /&gt;
&lt;br /&gt;
A possibly equivalent way to rephrase the above is the following: each concept has many smaller parts or affordances, and these need to be made explicit in a concept dependency tracking system. For example, &amp;quot;Peano axioms&amp;quot; isn&#039;t an atomic concept. Instead, the Peano axioms have various affordances (i.e. one can perform various actions using them; &amp;quot;affordance&amp;quot; might not be the best term), like &amp;quot;use the Peano axioms to prove that addition of natural numbers is commutative&amp;quot;, &amp;quot;give an informal description of what the Peano axioms are&amp;quot;, &amp;quot;explain how the Peano axioms are different from the axioms of Robinson arithmetic&amp;quot;, and so on. An informal understanding of the Peano axioms would correspond to knowing fewer of these affordances, while a solid understanding corresponds to knowing more/most of these things.&lt;br /&gt;
&lt;br /&gt;
==Emotional stakes==&lt;br /&gt;
&lt;br /&gt;
Sort of related to the logical vs pedagogical distinction, but learning requires some amount of switching back and forth between &amp;quot;what I care about&amp;quot; and &amp;quot;what I can easily understand given the concepts I already know&amp;quot;. The things you emotionally care about are the big results (e.g. Godel&#039;s incompleteness theorems, singular value decomposition, how AlphaGo works), while the next thing you can easily understand are much more boring (e.g. understanding the definition of language, understanding what each axiom of Peano arithmetic does, understanding the definition of a normal operator, understanding the &#039;&#039;n&#039;&#039;th way to write the Bellman equations).&lt;br /&gt;
&lt;br /&gt;
If you just crawl the dependency graph by taking the reachable nodes, it might take like 100 serial steps before you actually get to Godel&#039;s first incompleteness theorem. Maybe by that time your enthusiasm will have faded. Part of what the concept dependency system needs to do is to maintain your curiosity, by showing you interesting things (in some fuzzy/informal form) before you can fully understand them. Some sort of foreshadowing feature, or explaining the interesting idea using the abstractions that you have learned so far, every 5-20 steps of the way, or something like that. As a learner from textbooks, I already naturally do this, by flipping back and forth every chapter or so so that I can test myself: do I understand SVD yet? Am I getting any closer?&lt;br /&gt;
&lt;br /&gt;
I think one of the more valuable forms of feedback an [[explainer]] can receive is the specific points of an explanation where the [[learner]]&#039;s attention starts to fade, where it gets boring.&lt;br /&gt;
&lt;br /&gt;
==Data structures==&lt;br /&gt;
&lt;br /&gt;
* DAGs seem like the natural way to represent dependencies&lt;br /&gt;
* [https://www.drmaciver.com/2016/05/how-to-read-a-mathematics-textbook/ David R. MacIver&#039;s Current/Pending system] uses a &amp;quot;current list&amp;quot; to track the current concept plus its dependencies.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* [[Metacademy]] -- I don&#039;t think Metacademy distinguishes different levels of a skill/concept&lt;br /&gt;
* [[Arbital]] -- I think Arbital distinguishes between different levels of a skill/concept&lt;br /&gt;
* David R. MacIver&#039;s Current/Pending system&lt;br /&gt;
&lt;br /&gt;
==Related ideas==&lt;br /&gt;
&lt;br /&gt;
In software engineering, the idea of dependencies is used frequently, e.g.&lt;br /&gt;
&lt;br /&gt;
* Package managers for programming languages and Linux distributions&lt;br /&gt;
* https://en.wikipedia.org/wiki/Dependency_hell - the direct analog of this is probably less problematic in mathematics/the conceptual realm because there aren&#039;t &amp;quot;version numbers&amp;quot; on concepts and it is easy to shuffle around ideas. Terry Tao: &amp;quot;I think the basic reason for this is that in the purely theoretical world of mathematics, there is basically a zero cost in taking an argument that partially solves a problem, and then combining it with other ideas to make a complete solution; but in the real world, it can be difficult, costly, or socially unacceptable to reuse or recycle anything that is (or is perceived to be) even a partial failure.&amp;quot;&amp;lt;ref&amp;gt;[https://plus.google.com/u/0/+TerenceTao27/posts/Xdm8eiPLWZp &amp;quot;One of the secrets to mathematical problem solving is that one needs to place a high value on partial progress, as being a crucial stepping stone to fully solving the problem.&amp;quot;] (Post on Google+). July 22, 2012. Retrieved November 2, 2018.&amp;lt;/ref&amp;gt;&lt;br /&gt;
* https://en.wikipedia.org/wiki/Coupling_(computer_programming)&lt;br /&gt;
* Tracing up and down layers of abstraction in object-oriented programming, [[wikipedia:Call graph|tracing function calls]] -- this involves a similar [[mental motion]] of moving around in a graph&lt;br /&gt;
&lt;br /&gt;
==Interactions with other ideas==&lt;br /&gt;
&lt;br /&gt;
A concept dependency system can interact with other kinds of &amp;quot;tracking&amp;quot; to obtain a more complete &amp;quot;learning scheduling system&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
* Spaced repetition&lt;br /&gt;
* A comprehension score (see Subrahmanyam paper)&lt;br /&gt;
* Priority of the subject (e.g. &amp;quot;learning math is more important than learning physics&amp;quot;, or &amp;quot;learning linear algebra is more important than learning abstract algebra&amp;quot;)&lt;br /&gt;
* Current excitedness/curiosity about a subject&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Importance of struggling in learning]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Scope_for_improvement&amp;diff=832</id>
		<title>Scope for improvement</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Scope_for_improvement&amp;diff=832"/>
		<updated>2020-04-24T22:58:13Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(There might already be a standard term for this that I don&#039;t know about.)&lt;br /&gt;
&lt;br /&gt;
By &#039;&#039;&#039;scope for improvement&#039;&#039;&#039; of a skill or learning technique, I mean something like the difference between &amp;quot;how much a person highly skilled in this technique (i.e. a virtuoso user) gets out of it&amp;quot; versus &amp;quot;how much a novice at this technique gets out of it&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
It&#039;s sort of related to terms like &amp;quot;high variance&amp;quot; and &amp;quot;heavy-tailed&amp;quot;; a skill with a lot of scope for improvement will have a distribution that is more skewed right, with some people being &#039;&#039;much&#039;&#039; better than most people.&lt;br /&gt;
&lt;br /&gt;
Thinking in terms of scope for improvement encourages looking at techniques in terms of &amp;quot;What can I get out of this if I master this technique?&amp;quot; rather than &amp;quot;How much did the average participant in this study gain out of this technique?&amp;quot;&lt;br /&gt;
&lt;br /&gt;
There is a distinction between interpersonal skill level differences (how good is the best person at the technique compared to you) and intrapersonal differences (how much can you improve if you practice). The differences are related because interpersonal differences provide evidence for potential intrapersonal differences. Strictly speaking, scope for improvement (in the sense I am thinking about) is only about the intrapersonal difference, or rather the interpersonal average of intrapersonal differences.&lt;br /&gt;
&lt;br /&gt;
==Relation to idea inoculation==&lt;br /&gt;
&lt;br /&gt;
Scope for improvement seems related to [[idea inoculation]] and [[inferential distance]]. If the scope for improvement of a technique is not made clear on initial exposure to the technique (e.g. due to a large inferential distance between the [[Explainer|person explaining the technique]] and the [[Learner|person reading about the technique]], or the person explaining the technique not being an expert), then this person can develop a resistance to further attempts to explain the technique (due to idea inoculation).&amp;lt;ref&amp;gt;Duncan A. Sabien. [https://medium.com/@ThingMaker/idea-inoculation-inferential-distance-848836a07a5b &amp;quot;Idea Inoculation + Inferential Distance&amp;quot;]. July 27, 2018. &#039;&#039;Medium&#039;&#039;. Retrieved October 12, 2018.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Kaj Sotala. [https://news.ycombinator.com/item?id=10911653 Comment on &amp;quot;The Happiness Code: Cold, hard rationality&amp;quot;]. January 15, 2016. &#039;&#039;Hacker News&#039;&#039;. Retrieved October 12, 2018.&amp;lt;/ref&amp;gt;&amp;lt;ref&amp;gt;Duncan Sabien. [https://www.greaterwrong.com/posts/pjGGqmtqf8vChJ9BR/unofficial-canon-on-applied-rationality/comment/rtmmvSjyDw8EMXRW8 Comment on &amp;quot;Unofficial Canon on Applied Rationality&amp;quot;]. February 15, 2016. &#039;&#039;LessWrong&#039;&#039;. Retrieved October 12, 2018.&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* [[Spaced repetition]] seems like a [[learning technique]] with large scope for improvement. My impression is that most people use it for things like learning foreign language vocabulary and other &amp;quot;isolated facts&amp;quot; they want to memorize, and conclude that there is little scope for improvement. What they don&#039;t do is look at the &amp;quot;masters of spaced repetition&amp;quot; and try to cultivate the skill of using a spaced repetition program for understanding. [[Michael Nielsen]]: &amp;quot;I&#039;m particularly grateful to Andy Matuschak for many thoughtful and enjoyable conversations, and especially for pointing out how unusual is the view that Anki can be a virtuoso skill for understanding, not just a means of remembering facts.&amp;quot;&amp;lt;ref&amp;gt;Michael A. Nielsen. [http://augmentingcognition.com/ltm.html &amp;quot;Augmenting Long-term Memory&amp;quot;]. July 2018. Retrieved October 12, 2018.&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Probably many mundane skills like the skill of counting has limited scope for improvement. Most people can&#039;t learn to count many times faster or many times more accurately or to very large numbers. (At that point, they would probably want to make use of a counting device that just supports an increment operation.)&lt;br /&gt;
* Probably a learning technique like highlighting/underlining also has limited scope for improvement.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* https://www.lesswrong.com/posts/Nu3wa6npK4Ry66vFp/a-sense-that-more-is-possible&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Live_math_video&amp;diff=831</id>
		<title>Live math video</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Live_math_video&amp;diff=831"/>
		<updated>2020-04-24T22:57:53Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Video games have &amp;quot;let&#039;s play&amp;quot; videos where someone (often an experienced player) plays through a video game while giving commentary. Similarly, there exist &amp;quot;live coding&amp;quot; videos where an experienced programmer builds a program from scratch on video, as well as &amp;quot;developer streams&amp;quot; where people live-stream themselves programming.&amp;lt;ref&amp;gt;https://github.com/bnb/awesome-developer-streams&amp;lt;/ref&amp;gt; There are even videos of people solving algorithms problems in real time.&amp;lt;ref&amp;gt;Master Hellish - Gaming. [https://www.youtube.com/watch?v=t-tPMY9wdE8 &amp;quot;CodinGame Let&#039;s Play E2 - The Decent&amp;quot;].&amp;lt;/ref&amp;gt; There don&#039;t seem to be similar videos about math (e.g. videos where someone tries to solve a problem, understand a definition, understand a theorem, or explain a concept without preparation in real time). The closest things that seem to exist are:&lt;br /&gt;
&lt;br /&gt;
* Fully scripted or planned explanation videos, e.g. [[Khan Academy]], [[3Blue1Brown]]&lt;br /&gt;
* In-person [[lecture]]s where the lecturer has not prepared at all, so works through the proofs in real time&amp;lt;ref&amp;gt;https://matheducators.stackexchange.com/questions/1598/lecturers-intentional-mistakes-as-a-teaching-tool&amp;lt;/ref&amp;gt;&lt;br /&gt;
* Some written logs of people solving certain math problems&amp;lt;ref&amp;gt;https://gowers.wordpress.com/2014/07/19/mini-monomath/&amp;lt;/ref&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The intended audience for a &amp;quot;live math&amp;quot; video need not be a beginner in the subject; instead, the audience can be someone who has gone through the material once, so that the video can spend time pointing out more of the interesting/subtle stuff. (This is similar to how a &amp;quot;let&#039;s play&amp;quot; video can be watched by someone who has already played through a game once, so that the video can focus on secrets/advanced techniques.)&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
&lt;br /&gt;
* [https://www.lesswrong.com/posts/xDWGELFkyKdBpySAf/naivetortoise-s-short-form-feed?commentId=Y58ncZ5yXjbyWPL9K discussion about speedrun videos for math]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Category:Coinage&amp;diff=830</id>
		<title>Category:Coinage</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Category:Coinage&amp;diff=830"/>
		<updated>2020-04-24T22:57:38Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: Created page with &amp;quot;This category tracks terms that have been invented on this wiki. It is not an aim of this wiki to invent new terms (in fact, the wiki is trying to do the opposite, which is to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This category tracks terms that have been invented on this wiki. It is not an aim of this wiki to invent new terms (in fact, the wiki is trying to do the opposite, which is to organize existing information). However, sometimes a suitable term cannot be found in time, so a new term might be used.&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Discursiveness_(explanations)&amp;diff=829</id>
		<title>Discursiveness (explanations)</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Discursiveness_(explanations)&amp;diff=829"/>
		<updated>2020-04-24T22:56:01Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In the context of explanations, &#039;&#039;&#039;discursiveness&#039;&#039;&#039; refers to the extent to which an explanation references subjects outside the main topic at hand. Discursiveness takes two parameters: the explanation and the topic. Fixing the explanation and varying the topic parameter, the same explanation can be seen as more or less discursive under different topics. This terminology is nonstandard (it&#039;s unclear what the standard terminology is, if there is any).&lt;br /&gt;
&lt;br /&gt;
==Trade-offs==&lt;br /&gt;
&lt;br /&gt;
From the perspective of the [[explainer]], the trade-off is between getting to the point as swiftly as possible so as to cover the topic at hand (less discursive) versus covering more &amp;quot;external&amp;quot; details: nearby subjects, historical background, and analogies (more discursive).&lt;br /&gt;
&lt;br /&gt;
The choice depends partly on the audience: someone completely new to the topic may have their working memory overloaded simply from the topic at hand and will find the &amp;quot;extraneous&amp;quot; details distracting, while someone with familiarity of the topic or aiming for a more advanced understanding will want to connect it to related subjects.&lt;br /&gt;
&lt;br /&gt;
==Examples==&lt;br /&gt;
&lt;br /&gt;
* Both &#039;&#039;Gödel, Escher, Bach&#039;&#039; and &#039;&#039;Computability and Logic&#039;&#039; discuss ideas like computability, recursion, first-order logic, and Gödel&#039;s incompleteness theorems. However, the former goes into digressions about art and music, history, fictional stories, and so on, while the latter is a straightforward tutorial through the math. In the terminology of this page, the former book is more discursive (where the topic is computability and logic).&lt;br /&gt;
* In decision theory, both [https://intelligence.org/files/TDT.pdf &amp;quot;Timeless Decision Theory&amp;quot;] and [https://arxiv.org/abs/1710.05060 &amp;quot;Functional Decision Theory: A New Theory of Instrumental Rationality&amp;quot;] describe a new logical decision theory. However, the former paper goes into discussions about free will, reductionism, and other more philosophical topics (section 13), while the latter paper is a straightforward description of the decision theory. In the terminology of this page, the former paper is more discursive (where the topic is &amp;quot;timeless decision theory&amp;quot; for the first paper and &amp;quot;functional decision theory&amp;quot; for the second paper).&lt;br /&gt;
* Various books entitled &amp;quot;X for mathematicians&amp;quot;, &amp;quot;X for economists&amp;quot;, etc., are meant for professionals in those subjects trying to learn X. Such books may go into digressions/examples familiar to those in the area.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
&lt;br /&gt;
* [[Subtle point]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=828</id>
		<title>Generality versus core insight trade-off in theorem statements</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=828"/>
		<updated>2020-04-24T22:55:02Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(there might be a standard term for this; if so, I would like to know)&lt;br /&gt;
&lt;br /&gt;
In math, there is often a tradeoff between stating a theorem in the most general/applicable way possible, and stating it in such a way as to reveal the core difficulty or insight.&lt;br /&gt;
&lt;br /&gt;
For example, consider the [[calculus:Intermediate value theorem]] [https://calculus.subwiki.org/wiki/Intermediate_value_theorem]. It&#039;s possible to state the theorem as saying the function attains each value between f(a) and f(b). But this introduces an extra parameter which takes up more working memory. It is simpler to state it as saying the function equals zero somewhere. Similarly, we would let a and b be any real numbers, but we could restrict the theorem to the case a &amp;lt; b, which is where all of the interesting stuff happens.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! More general/applicable !! Core insight version/the most interesting case&lt;br /&gt;
|-&lt;br /&gt;
| for any t between f(a) and f(b), there is c in [a,b] such that f(c) = 0 || there is c in [a,b] such that f(c) = 0&lt;br /&gt;
|-&lt;br /&gt;
| a,b are arbitrary real numbers (including the case a &amp;gt; b, which makes [a,b] empty so the theorem becomes vacuous, and also including the case a=b so the function consists of a single point, which makes the theorem trivial) || a,b are real numbers such that a&amp;lt;b&lt;br /&gt;
|-&lt;br /&gt;
| f(a) and f(b) can be anything (we don&#039;t add hypotheses concerning their values) || f(a) &amp;lt; 0 and f(b) &amp;gt; 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Once the core insight of the theorem is absorbed, it is of course most useful to have the theorem stated in the most general way possible, so that it can be quickly applied to other problems. But when one is first learning the theorem, it can be distracting to consider all of the vacuous, trivial, uninteresting cases; it is most useful to gain the core insight quickly .&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Coinage]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
	<entry>
		<id>https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=827</id>
		<title>Generality versus core insight trade-off in theorem statements</title>
		<link rel="alternate" type="text/html" href="https://learning.subwiki.org/w/index.php?title=Generality_versus_core_insight_trade-off_in_theorem_statements&amp;diff=827"/>
		<updated>2020-04-24T22:54:36Z</updated>

		<summary type="html">&lt;p&gt;Issa Rice: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;(there might be a standard term for this; if so, I would like to know)&lt;br /&gt;
&lt;br /&gt;
In math, there is often a tradeoff between stating a theorem in the most general/applicable way possible, and stating it in such a way as to reveal the core difficulty or insight.&lt;br /&gt;
&lt;br /&gt;
For example, consider the [[calculus:Intermediate value theorem]] [https://calculus.subwiki.org/wiki/Intermediate_value_theorem]. It&#039;s possible to state the theorem as saying the function attains each value between f(a) and f(b). But this introduces an extra parameter which takes up more working memory. It is simpler to state it as saying the function equals zero somewhere. Similarly, we would let a and b be any real numbers, but we could restrict the theorem to the case a &amp;lt; b, which is where all of the interesting stuff happens.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! More general/applicable !! Core insight version/the most interesting case&lt;br /&gt;
|-&lt;br /&gt;
| for any t between f(a) and f(b), there is c in [a,b] such that f(c) = 0 || there is c in [a,b] such that f(c) = 0&lt;br /&gt;
|-&lt;br /&gt;
| a,b are arbitrary real numbers (including the case a &amp;gt; b, which makes [a,b] empty so the theorem becomes vacuous, and also including the case a=b so the function consists of a single point, which makes the theorem trivial) || a,b are real numbers such that a&amp;lt;b&lt;br /&gt;
|-&lt;br /&gt;
| f(a) and f(b) can be anything (we don&#039;t add hypotheses concerning their values) || f(a) &amp;lt; 0 and f(b) &amp;gt; 0&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Once the core insight of the theorem is absorbed, it is of course most useful to have the theorem stated in the most general way possible, so that it can be quickly applied to other problems. But when one is first learning the theorem, it can be distracting to consider all of the vacuous, trivial, uninteresting cases; it is most useful to gain the core insight quickly .&lt;br /&gt;
&lt;br /&gt;
[[Category:Mathematics]]&lt;/div&gt;</summary>
		<author><name>Issa Rice</name></author>
	</entry>
</feed>