Strict function: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>Tobias Bergemann
Slightly expand on strictness analysis.
 
en>Julesd
m Fixed comma splice.
Line 1: Line 1:
Over time, the data on a hard drive gets scattered. Defragmenting the hard drive puts the information back to sequential purchase, creating it easier for Windows to access it. As a outcome, the performance of your computer usually improve. An great registry cleaner might allow do this task. But if you would like to defrag a PC with Windows software. Here a link to show we how.<br><br>But registry is conveniently corrupted and damaged when you are utilizing the computer. Overtime, without proper repair, it may be loaded with mistakes plus incorrect or lost info that will create the program unable to function correctly or apply a certain task. And whenever the program cannot find the correct info, it will not understand what to do. Then it freezes up! That is the real cause of the trouble.<br><br>StreamCI.dll is a file chosen by the default Windows Audio driver to help procedure the numerous sound settings on a system. Although this file is regarded as the most crucial on many different Windows systems, StreamCI.dll is continually causing a great deal of errors that want to be repaired. The superior news is the fact that we can fix this error by utilizing many simple to perform procedures which will solve all of the potential problems that are causing the error to show on a PC.<br><br>Check a Windows taskbar, which is found on the lower right hand corner of the computer screen. This taskbar comprise of programs you have running inside the background. If you have too several of them, they might steal your computer's resources.<br><br>Use a [http://bestregistrycleanerfix.com/tune-up-utilities tuneup utilities]. This might search a Windows registry for three kinds of keys that really can hurt PC performance. These are: duplicate, lost, plus corrupted.<br><br>The principal reason why I couldn't make my PC run faster was the program registry plus it being fragmented. So software to defragment or clean the registry are required. Such software are called registry cleaners. Like all different software, there are paid ones plus free ones with their blessings plus disadvantages. To choose between your two is the user's choice.<br><br>The disk demands area inside purchase to run smoothly. By freeing up several room from a disk, you'll be able to speed up a PC a bit. Delete all file in the temporary web files folder, recycle bin, clear shortcuts and icons from a desktop that you never use plus remove programs we never utilize.<br><br>Many individuals create the mistake of striving to fix Windows registry by hand. I strongly recommend we don't do it. Unless you're a computer expert, I bet we will spend hours and hours understanding the registry itself, let alone fixing it. And why if you waste a valuable time inside learning and fixing anything we understand nothing about? Why not let a smart and pro registry cleaner do it for we? These software programs could work in a better means! Registry cleaners are very affordable as well; you pay a 1 time fee plus utilize it forever. Additionally, many professional registry cleaners are extremely reliable and convenient to use. If you need more info on how to fix Windows registry, simply visit my webpage by clicking the link under!
:{{Redirect|Noetherian induction|the use in topology|noetherian topological space}}
In [[mathematics]], a [[binary relation]], ''R'', is '''well-founded''' (or '''wellfounded''') on a [[class (set theory)|class]] ''X'' if and only if every non-[[empty set|empty]] [[subset]] ''S⊆X'' has a [[minimal element]]; that is, some element ''m'' of any ''S'' is not related by ''sRm'' (for instance, "''m'' is not smaller than") for the rest of the ''s ∈ S''.
:<math>\forall S \subseteq X\ (S \neq \varnothing \to \exists m \in S\;\; \forall s \in S\;\, ( s, m) \notin R)</math>
(Some authors include an extra condition that ''R'' is [[binary relation#Relations over a set|set-like]], i.e., that the elements less than any given element form a set.)
 
Equivalently, assuming some [[axiom of choice|choice]], a relation is well-founded if and only if it contains no countable [[infinite descending chain]]s: that is, there is no infinite sequence ''x''<sub>0</sub>, ''x''<sub>1</sub>, ''x''<sub>2</sub>, ... of elements of ''X'' such that ''x''<sub>''n''+1</sub> ''R'' ''x''<sub>n</sub> for every natural number ''n''.
 
In [[order theory]], a [[partial order]] is called well-founded if the corresponding [[strict order]] is a well-founded relation. If the order is a [[total order]] then it is called a [[well-order]].
 
In [[set theory]], a set ''x'' is called a '''well-founded set''' if the [[element (mathematics)|set membership]] relation is well-founded on the [[transitive set|transitive closure]] of ''x''. The [[axiom of regularity]], which is one of the axioms of [[Zermelo–Fraenkel set theory]], asserts that all sets are well-founded.
 
A relation ''R'' is '''converse well-founded''', '''upwards well-founded''' or '''Noetherian''' on ''X'', if the [[converse relation]] ''R''<sup>-1</sup> is well-founded on ''X''.   In this case ''R'' is also said to satisfy the [[ascending chain condition]].
 
==Induction and recursion==
An important reason that well-founded relations are interesting is because a version of [[transfinite induction]] can be used on them: if (''X'', ''R'') is a well-founded relation, ''P''(''x'') is some property of elements of ''X'', and we want to show that
 
:''P''(''x'') holds for all elements ''x'' of ''X'',
 
it suffices to show that:
 
: If ''x'' is an element of ''X'' and ''P''(''y'') is true for all ''y'' such that ''y R x'', then ''P''(''x'') must also be true.
 
That is,
:<math>\forall x\in X\,[(\forall y\in X\,(y\,R\,x \to P(y))) \to P(x)]\to\forall x \in X\,P(x).</math>
Well-founded induction is sometimes called Noetherian induction,<ref>Bourbaki, N. (1972) ''Elements of mathematics. Commutative algebra'', Addison-Wesley.</ref> after [[Emmy Noether]].
 
On par with induction, well-founded relations also support construction of objects by [[transfinite recursion]]. Let (''X'', ''R'') be a [[binary relation#Relations over a set|set-like]] well-founded relation, and ''F'' a function, which assigns an object ''F''(''x'', ''g'') to each pair of an element ''x ∈ X'' and a function ''g'' on the [[initial segment]] {''y'': ''y'' ''R'' ''x''} of ''X''. Then there is a unique function ''G'' such that for every ''x ∈ X'',
:<math>G(x)=F(x,G\vert_{\{y: y\,R\,x\}})</math>
That is, if we want to construct a function ''G'' on ''X'', we may define ''G''(''x'') using the values of ''G''(''y'') for ''y R x''.
 
As an example, consider the well-founded relation ('''N''', ''S''), where '''N''' is the set of all [[natural numbers]], and ''S'' is the graph of the successor function ''x'' → ''x'' + 1. Then induction on ''S'' is the usual [[mathematical induction]], and recursion on ''S'' gives [[primitive recursive functions|primitive recursion]]. If we consider the order relation ('''N''', <), we obtain [[complete induction]], and [[course-of-values recursion]]. The statement that ('''N''', <) is well-founded is also known as the [[well-ordering principle]].
 
There are other interesting special cases of well-founded induction.
When the well-founded relation is the usual ordering on the class of all [[ordinal numbers]], the technique is called [[transfinite induction]]. When the well-founded set is a set of recursively-defined data structures, the technique is called [[structural induction]]. When the well-founded relation is set membership on the universal class, the technique is known as [[∈-induction]]. See those articles for more details.
 
==Examples==
Well-founded relations which are not totally ordered include:
* the positive [[integer]]s {1, 2, 3, ...}, with the order defined by ''a'' < ''b'' [[if and only if]] ''a'' [[divisor|divides]] ''b'' and ''a'' ≠ ''b''.
* the set of all finite [[string (computer science)|strings]] over a fixed alphabet, with the order defined by ''s'' < ''t'' if and only if ''s'' is a proper substring of ''t''.
* the set '''N''' × '''N''' of [[Cartesian product|pairs]] of [[natural number]]s, ordered by (''n''<sub>1</sub>, ''n''<sub>2</sub>) < (''m''<sub>1</sub>, ''m''<sub>2</sub>) if and only if ''n''<sub>1</sub> < ''m''<sub>1</sub> and ''n''<sub>2</sub> < ''m''<sub>2</sub>.
* the set of all [[regular expression]]s over a fixed alphabet, with the order defined by ''s'' < ''t'' if and only if ''s'' is a proper subexpression of ''t''.
* any class whose elements are sets, with the relation <math>\in</math> ("is an element of"). This is the [[axiom of regularity]].
* the nodes of any finite [[directed acyclic graph]], with the relation ''R'' defined such that ''a R b'' if and only if there is an edge from ''a'' to ''b''.
Examples of relations that are not well-founded include:
* the negative integers {-1, -2, -3, …}, with the usual order, since any unbounded subset has no least element.
* The set of strings over a finite alphabet with more than one element, under the usual ([[lexicographic ordering|lexicographic]]) order,  since the sequence "B" > "AB" > "AAB" > "AAAB" > … is an infinite descending chain.  This relation fails to be well-founded even though the entire set has a minimum element, namely the empty string.
* the [[rational number]]s (or [[real numbers|reals]]) under the standard ordering, since, for example, the set of positive rationals (or reals) lacks a minimum.
 
==Other properties==
If (''X'', <) is a well-founded relation and ''x'' is an element of ''X'', then the descending chains starting at ''x'' are all finite, but this does not mean that their lengths are necessarily bounded. Consider the following example:
Let ''X'' be the union of the positive integers and a new element ω, which is bigger than any integer. Then ''X'' is a well-founded set, but
there are descending chains starting at ω of arbitrary great (finite) length;
the chain ω, ''n'' − 1, ''n'' − 2, ..., 2, 1 has length ''n'' for any ''n''.
 
The [[Mostowski collapse|Mostowski collapse lemma]] implies that set membership is a universal among the extensional well-founded relations: for any set-like well-founded relation ''R'' on a class ''X'' which is extensional, there exists a class ''C'' such that (''X'',''R'') is isomorphic to (''C'',∈).
 
==Reflexivity==
 
A relation ''R'' is said to be [[reflexive relation|reflexive]] if ''a'' R ''a'' holds for every ''a'' in the domain of the relation. Every reflexive relation on a nonempty domain has infinite descending chains, because any constant sequence is a descending chain. For example, in the natural numbers with their usual order ≤, we have <math>1 \geq 1 \geq 1 \geq \cdots</math>. To avoid these trivial descending sequences, when working with a reflexive relation ''R'' it is common to use (perhaps implicitly) the alternate relation ''R′'' defined such that ''a'' ''R′'' ''b'' if and only if ''a'' ''R'' ''b'' and ''a'' ≠ ''b''. In the context of the natural numbers, this means that the relation <, which is well-founded, is used instead of the relation ≤, which is not.  In some texts, the definition of a well-founded relation is changed from the definition above to include this convention.
 
==References==
{{Reflist}}
* Just, Winfried and Weese, Martin, ''Discovering Modern Set theory. I'', American Mathematical Society (1998) ISBN 0-8218-0266-6.
 
[[Category:Mathematical relations]]
[[Category:Wellfoundedness| ]]
 
[[de:Wohlfundierte Relation]]

Revision as of 16:50, 3 January 2014

Name: Jodi Junker
My age: 32
Country: Netherlands
Home town: Oudkarspel
Post code: 1724 Xg
Street: Waterlelie 22

my page - www.hostgator1centcoupon.info

In mathematics, a binary relation, R, is well-founded (or wellfounded) on a class X if and only if every non-empty subset S⊆X has a minimal element; that is, some element m of any S is not related by sRm (for instance, "m is not smaller than") for the rest of the s ∈ S.

SX (SmSsS(s,m)R)

(Some authors include an extra condition that R is set-like, i.e., that the elements less than any given element form a set.)

Equivalently, assuming some choice, a relation is well-founded if and only if it contains no countable infinite descending chains: that is, there is no infinite sequence x0, x1, x2, ... of elements of X such that xn+1 R xn for every natural number n.

In order theory, a partial order is called well-founded if the corresponding strict order is a well-founded relation. If the order is a total order then it is called a well-order.

In set theory, a set x is called a well-founded set if the set membership relation is well-founded on the transitive closure of x. The axiom of regularity, which is one of the axioms of Zermelo–Fraenkel set theory, asserts that all sets are well-founded.

A relation R is converse well-founded, upwards well-founded or Noetherian on X, if the converse relation R-1 is well-founded on X. In this case R is also said to satisfy the ascending chain condition.

Induction and recursion

An important reason that well-founded relations are interesting is because a version of transfinite induction can be used on them: if (X, R) is a well-founded relation, P(x) is some property of elements of X, and we want to show that

P(x) holds for all elements x of X,

it suffices to show that:

If x is an element of X and P(y) is true for all y such that y R x, then P(x) must also be true.

That is,

xX[(yX(yRxP(y)))P(x)]xXP(x).

Well-founded induction is sometimes called Noetherian induction,[1] after Emmy Noether.

On par with induction, well-founded relations also support construction of objects by transfinite recursion. Let (X, R) be a set-like well-founded relation, and F a function, which assigns an object F(x, g) to each pair of an element x ∈ X and a function g on the initial segment {y: y R x} of X. Then there is a unique function G such that for every x ∈ X,

G(x)=F(x,G|{y:yRx})

That is, if we want to construct a function G on X, we may define G(x) using the values of G(y) for y R x.

As an example, consider the well-founded relation (N, S), where N is the set of all natural numbers, and S is the graph of the successor function xx + 1. Then induction on S is the usual mathematical induction, and recursion on S gives primitive recursion. If we consider the order relation (N, <), we obtain complete induction, and course-of-values recursion. The statement that (N, <) is well-founded is also known as the well-ordering principle.

There are other interesting special cases of well-founded induction. When the well-founded relation is the usual ordering on the class of all ordinal numbers, the technique is called transfinite induction. When the well-founded set is a set of recursively-defined data structures, the technique is called structural induction. When the well-founded relation is set membership on the universal class, the technique is known as ∈-induction. See those articles for more details.

Examples

Well-founded relations which are not totally ordered include:

  • the positive integers {1, 2, 3, ...}, with the order defined by a < b if and only if a divides b and ab.
  • the set of all finite strings over a fixed alphabet, with the order defined by s < t if and only if s is a proper substring of t.
  • the set N × N of pairs of natural numbers, ordered by (n1, n2) < (m1, m2) if and only if n1 < m1 and n2 < m2.
  • the set of all regular expressions over a fixed alphabet, with the order defined by s < t if and only if s is a proper subexpression of t.
  • any class whose elements are sets, with the relation ("is an element of"). This is the axiom of regularity.
  • the nodes of any finite directed acyclic graph, with the relation R defined such that a R b if and only if there is an edge from a to b.

Examples of relations that are not well-founded include:

  • the negative integers {-1, -2, -3, …}, with the usual order, since any unbounded subset has no least element.
  • The set of strings over a finite alphabet with more than one element, under the usual (lexicographic) order, since the sequence "B" > "AB" > "AAB" > "AAAB" > … is an infinite descending chain. This relation fails to be well-founded even though the entire set has a minimum element, namely the empty string.
  • the rational numbers (or reals) under the standard ordering, since, for example, the set of positive rationals (or reals) lacks a minimum.

Other properties

If (X, <) is a well-founded relation and x is an element of X, then the descending chains starting at x are all finite, but this does not mean that their lengths are necessarily bounded. Consider the following example: Let X be the union of the positive integers and a new element ω, which is bigger than any integer. Then X is a well-founded set, but there are descending chains starting at ω of arbitrary great (finite) length; the chain ω, n − 1, n − 2, ..., 2, 1 has length n for any n.

The Mostowski collapse lemma implies that set membership is a universal among the extensional well-founded relations: for any set-like well-founded relation R on a class X which is extensional, there exists a class C such that (X,R) is isomorphic to (C,∈).

Reflexivity

A relation R is said to be reflexive if a R a holds for every a in the domain of the relation. Every reflexive relation on a nonempty domain has infinite descending chains, because any constant sequence is a descending chain. For example, in the natural numbers with their usual order ≤, we have 111. To avoid these trivial descending sequences, when working with a reflexive relation R it is common to use (perhaps implicitly) the alternate relation R′ defined such that a R′ b if and only if a R b and ab. In the context of the natural numbers, this means that the relation <, which is well-founded, is used instead of the relation ≤, which is not. In some texts, the definition of a well-founded relation is changed from the definition above to include this convention.

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

  • Just, Winfried and Weese, Martin, Discovering Modern Set theory. I, American Mathematical Society (1998) ISBN 0-8218-0266-6.

de:Wohlfundierte Relation

  1. Bourbaki, N. (1972) Elements of mathematics. Commutative algebra, Addison-Wesley.