<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE document PUBLIC "-//CNX//DTD CNXML 0.5 plus MathML//EN" "http://cnx.rice.edu/cnxml/0.5/DTD/cnxml_mathml.dtd">
<document xmlns="http://cnx.rice.edu/cnxml" xmlns:md="http://cnx.rice.edu/mdml/0.4" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:bib="http://bibtexml.sf.net/" id="m10745">

  <name>Convergencia de las Series de Fourier</name>
  
  <metadata>
  <md:version>1.2</md:version>
  <md:created>2005/07/19 19:14:24 GMT-5</md:created>
  <md:revised>2007/01/26 21:28:59.058 US/Central</md:revised>
  <md:authorlist>
      <md:author id="mjhaag">
      <md:firstname>Michael</md:firstname>
      
      <md:surname>Haag</md:surname>
      <md:email>mjhaag@rice.edu</md:email>
    </md:author>
      <md:author id="jrom">
      <md:firstname>Justin</md:firstname>
      
      <md:surname>Romberg</md:surname>
      <md:email>jrom@rice.edu</md:email>
    </md:author>
      <md:author id="erikaj">
      <md:firstname>Erika</md:firstname>
      <md:othername>Sarait</md:othername>
      <md:surname>Jackson</md:surname>
      <md:email>erikaj@utep.edu</md:email>
    </md:author>
      <md:author id="fpmeza">
      <md:firstname>Fara</md:firstname>
      <md:othername>P.</md:othername>
      <md:surname>Meza</md:surname>
      <md:email>fpmeza@utep.edu</md:email>
    </md:author>
  </md:authorlist>

  <md:maintainerlist>
    <md:maintainer id="erikaj">
      <md:firstname>Erika</md:firstname>
      <md:othername>Sarait</md:othername>
      <md:surname>Jackson</md:surname>
      <md:email>erikaj@utep.edu</md:email>
    </md:maintainer>
    <md:maintainer id="fpmeza">
      <md:firstname>Fara</md:firstname>
      <md:othername>P.</md:othername>
      <md:surname>Meza</md:surname>
      <md:email>fpmeza@utep.edu</md:email>
    </md:maintainer>
  </md:maintainerlist>
  
  <md:keywordlist>
    <md:keyword>coeficientes de fourier</md:keyword>
    <md:keyword>convergencia</md:keyword>
    <md:keyword>convergencia de punto por punto</md:keyword>
    <md:keyword>discontinuidad</md:keyword>
    <md:keyword>fourier</md:keyword>
    <md:keyword>punto por punto</md:keyword>
    <md:keyword>series de fourier</md:keyword>
  </md:keywordlist>

  <md:abstract>Este módulo describe la convergencia de las Series de Fourier, para mostrar que pueden ser una buena aproximación para todas las señales.</md:abstract>
</metadata>

  <content>
    <section id="intro">
      <name>Introducción</name>
      <para id="p1_int">Antes de ver este módulo, esperamos que usted este completamente convencido que <emphasis>cualquier</emphasis>
	<cnxn target="m12933" strength="7">función periódica
	</cnxn>
	<m:math>
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>, se puede representar como una suma de <cnxn document="m12819" strength="6">senosoidales complejos</cnxn>.  Si usted no lo esta, intente ver la sección de <cnxn document="m12872" strength="7"> generalidades de eigenfunciones</cnxn> o de <cnxn document="m12874" strength="7">eigenfunciones de los sistemas LTI</cnxn>.
Hemos demostrado que podemos representar la señal como una suma de exponenciales usando las ecuaciones de las <cnxn document="m12893" strength="9">series de Fourier</cnxn> mostradas aquí: 
  

	<equation id="eq1">
		<m:math>
			<m:apply>
				<m:eq/>
				<m:apply>
					<m:ci type="fn">f</m:ci>
					<m:ci>t</m:ci>
				</m:apply>
				<m:apply>
					<m:sum/>
					<m:domainofapplication>
						<m:ci>n</m:ci>
					</m:domainofapplication>
					<m:apply>
						<m:times/>
						<m:ci><m:msub>
								<m:mi>c</m:mi>
								<m:mi>n</m:mi>
							</m:msub></m:ci>
						<m:apply>
							<m:exp/>
							<m:apply>
								<m:times/>
								<m:imaginaryi/>
								<m:ci><m:msub>
										<m:mi>ω</m:mi>
										<m:mn>0</m:mn>
									</m:msub></m:ci>
								<m:ci>n</m:ci>
								<m:ci>t</m:ci>
							</m:apply>
						</m:apply>
					</m:apply>
				</m:apply>
			</m:apply>
		</m:math>
	</equation>
	<equation id="eq2">
		<m:math>
			<m:apply>
				<m:eq/>
				<m:ci><m:msub>
						<m:mi>c</m:mi>
						<m:mi>n</m:mi>
					</m:msub></m:ci>
				<m:apply>
					<m:times/>
					<m:apply>
						<m:divide/>
						<m:cn>1</m:cn>
						<m:ci>T</m:ci>
					</m:apply>
					<m:apply>
						<m:int/>
						<m:bvar>
							<m:ci>t</m:ci>
						</m:bvar>
						<m:uplimit>
							<m:ci>T</m:ci>
						</m:uplimit>
						<m:lowlimit>
							<m:cn>0</m:cn>
						</m:lowlimit>
						<m:apply>
							<m:times/>
							<m:apply>
								<m:ci type="fn">f</m:ci>
								<m:ci>t</m:ci>
							</m:apply>
							<m:apply>
								<m:exp/>
								<m:apply>
									<m:minus/>
									<m:apply>
										<m:times/>
										<m:imaginaryi/>
										<m:ci><m:msub>
												<m:mi>ω</m:mi>
												<m:mn>0</m:mn>
											</m:msub></m:ci>
										<m:mi>n</m:mi>
										<m:mi>t</m:mi>
									</m:apply>
								</m:apply>
							</m:apply>
						</m:apply>
					</m:apply>
				</m:apply>
			</m:apply>
		</m:math>
	</equation>
	<link src="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Fourier.html">Joseph
	Fourier</link> insistió que estas ecuaciones eran verdaderas, pero nunca las pudo probar. Lagrange ridiculizó públicamente a Fourier y dijo que solo funciones continuas podrían ser representadas como <cnxn target="eq1" strength="7"/> (así que probo que la <cnxn target="eq1" strength="7"/>  funciona para funciones continuas en el tiempo). Sin embargo, nosotros sabemos que la verdad se encuentra entre las posiciones que Fourier y Lagrange tomaron.

</para>
    </section>

    
    <section id="sec2">
      <name>Comprendiendo la Verdad</name>
      <para id="p1_sec2">
	Formulando nuestra pregunta matemáticamente, deje 

	<m:math display="block">
		<m:apply>
			<m:eq/>
			<m:apply>
				<m:diff/>
				<m:apply>
					<m:ci type="fn">
						<m:msub>
							<m:mi>f</m:mi>
							<m:mi>N</m:mi>
						</m:msub>
					</m:ci>
					<m:ci>t</m:ci>
				</m:apply>
			</m:apply>
			<m:apply>
				<m:sum/>
				<m:bvar>
					<m:ci>n</m:ci>
				</m:bvar>
				<m:uplimit>
					<m:ci>N</m:ci>
				</m:uplimit>
				<m:lowlimit>
					<m:apply>
						<m:minus/>
						<m:ci>N</m:ci>
					</m:apply>
				</m:lowlimit>
				<m:apply>
					<m:times/>
					<m:ci><m:msub>
							<m:mi>c</m:mi>
							<m:mi>n</m:mi>
						</m:msub></m:ci>
					<m:apply>
						<m:exp/>
						<m:apply>
							<m:times/>
							<m:imaginaryi/>
							<m:ci><m:msub>
									<m:mi>ω</m:mi>
									<m:mn>0</m:mn>
								</m:msub></m:ci>
							<m:ci>n</m:ci>
							<m:ci>t</m:ci>
						</m:apply>
					</m:apply>
				</m:apply>
			</m:apply>
		</m:apply>
	</m:math>

donde
	<m:math display="inline">
		<m:ci><m:msub>
				<m:mi>c</m:mi>
				<m:mi>n</m:mi>
			</m:msub></m:ci>
	</m:math> es igual a los coeficientes de Fourier,
	<m:math>
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>. (vea <cnxn target="eq2" strength="8"/>).
      </para>
      
      <para id="p2_sec2"><m:math display="inline">
		<m:apply>
			<m:diff/>
			<m:apply>
				<m:ci type="fn">
					<m:msub>
						<m:mi>f</m:mi>
						<m:mi>N</m:mi>
					</m:msub>
				</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
		</m:apply>
	</m:math> es la “reconstrucción parcial” de 
	<m:math display="inline">
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math> 
	usando los primeros 
	<m:math>
		<m:apply>
			<m:plus/>
			<m:apply>
				<m:times/>
				<m:cn>2</m:cn>
				<m:ci>N</m:ci>
			</m:apply>
			<m:cn>1</m:cn>
		</m:apply>
	</m:math> 
	coeficientes de Fourier. 
	<m:math display="inline">
		<m:apply>
			<m:diff/>
			<m:apply>
				<m:ci type="fn">
					<m:msub>
						<m:mi>f</m:mi>
						<m:mi>N</m:mi>
					</m:msub>
				</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
		</m:apply>
	</m:math>
	<emphasis>se aproxima</emphasis> a
	<m:math display="inline">
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>, con la aproximación mejorando cuando 
	<m:math><m:ci>N</m:ci></m:math> se vuelve grande. Así que, podemos pensar que el conjunto 	<m:math display="inline">
		<m:apply>
			<m:set>
				<m:apply>
					<m:forall/>
					<m:bvar>
						<m:ci>N</m:ci>
					</m:bvar>
					<m:condition>
						<m:apply>
							<m:eq/>
							<m:ci>N</m:ci>
							<m:apply>
								<m:set>
									<m:cn>0</m:cn>
									<m:cn>1</m:cn>
									<m:ci>…</m:ci>
								</m:set>
							</m:apply>
						</m:apply>
					</m:condition>
					<m:apply>
						<m:diff/>
						<m:apply>
							<m:ci type="fn">
								<m:msub>
									<m:mi>f</m:mi>
									<m:mi>N</m:mi>
								</m:msub>
							</m:ci>
							<m:ci>t</m:ci>
						</m:apply>
					</m:apply>
				</m:apply>
			</m:set>
		</m:apply>
	</m:math>
	es una <term>secuencia de funciones</term>, cada una aproximando 

	<m:math display="inline">
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math> mejor que la anterior. 
      </para>

      <para id="p3_sec2">La pregunta se convierte en , ¿sí esta secuencia converge a 
	<m:math display="inline">
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>?  ¿ 
	<m:math display="inline">
		<m:apply>
			<m:tendsto/>
			<m:apply>
				<m:diff/>
				<m:apply>
					<m:ci type="fn">
						<m:msub>
							<m:mi>f</m:mi>
							<m:mi>N</m:mi>
						</m:msub>
					</m:ci>
					<m:ci>t</m:ci>
				</m:apply>
			</m:apply>
			<m:apply>
				<m:ci type="fn">f</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
		</m:apply>
	</m:math>
	asi como a 
	<m:math display="inline">
		<m:apply>
			<m:tendsto/>
			<m:ci>N</m:ci>
			<m:infinity/>
		</m:apply>
	</m:math>? Trataremos de responder estas preguntas al ver la convergencia de dos maneras diferentes:
	<list id="list1" type="enumerated"><item>
	  
Viendo la <term>energía</term> de la señal de error: 
	    <m:math display="block">
			<m:apply>
				<m:eq/>
				<m:apply>
					<m:ci type="fn">
						<m:msub>
							<m:mi>e</m:mi>
							<m:mi>N</m:mi>
						</m:msub>
					</m:ci>
					<m:ci>t</m:ci>
				</m:apply>
				<m:apply>
					<m:minus/>
					<m:apply>
						<m:ci type="fn">f</m:ci>
						<m:ci>t</m:ci>
					</m:apply>
					<m:apply>
						<m:diff/>
						<m:apply>
							<m:ci type="fn">
								<m:msub>
									<m:mi>f</m:mi>
									<m:mi>N</m:mi>
								</m:msub>
							</m:ci>
							<m:ci>t</m:ci>
						</m:apply>
					</m:apply>
				</m:apply>
			</m:apply>
		</m:math>
	</item>
	<item>
	Viendo el 
	    <m:math display="inline">
			<m:apply>
				<m:limit/>
				<m:bvar>
					<m:ci>N</m:ci>
				</m:bvar>
				<m:lowlimit>
					<m:infinity/>
				</m:lowlimit>
				<m:apply>
					<m:diff/>
					<m:apply>
						<m:ci type="fn">
							<m:msub>
								<m:mi>f</m:mi>
								<m:mi>N</m:mi>
							</m:msub>
						</m:ci>
						<m:ci>t</m:ci>
					</m:apply>
				</m:apply>
			</m:apply>
		</m:math> 

en <emphasis>cada</emphasis> punto y comparándolo con 
	 
	    <m:math display="inline">
			<m:apply>
				<m:ci type="fn">f</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
		</m:math>.
	  </item>
</list>
</para>

      <section id="sub1">
	<name>Primer Método</name>
	<para id="p1_s1s2">Sea
	  <m:math display="inline">
		<m:apply>
			<m:ci type="fn">
				<m:msub>
					<m:mi>e</m:mi>
					<m:mi>N</m:mi>
				</m:msub>
			</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math> 
 la diferencia (i.e. error) entre la señal 


	  <m:math display="inline">
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math> y su reconstrucción parcial 
	  <m:math display="inline">
		<m:apply>
			<m:diff/>
			<m:apply>
				<m:ci type="fn">
					<m:msub>
						<m:mi>f</m:mi>
						<m:mi>N</m:mi>
					</m:msub>
				</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
		</m:apply>
	</m:math>
	<equation id="eq3">
		<m:math>
			<m:apply>
				<m:eq/>
				<m:apply>
					<m:ci type="fn">
						<m:msub>
							<m:mi>e</m:mi>
							<m:mi>N</m:mi>
						</m:msub>
					</m:ci>
					<m:ci>t</m:ci>
				</m:apply>
				<m:apply>
					<m:minus/>
					<m:apply>
						<m:ci type="fn">f</m:ci>
						<m:ci>t</m:ci>
					</m:apply>
					<m:apply>
						<m:diff/>
						<m:apply>
							<m:ci type="fn">
								<m:msub>
									<m:mi>f</m:mi>
									<m:mi>N</m:mi>
								</m:msub>
							</m:ci>
							<m:ci>t</m:ci>
						</m:apply>
					</m:apply>
				</m:apply>
			</m:apply>
		</m:math>
	</equation>

	  Si
	  <m:math display="inline">
		<m:apply>
			<m:in/>
			<m:apply>
				<m:ci type="fn">f</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
			<m:apply>
				<m:ci type="fn">
					<m:msup>
						<m:mi>L</m:mi>
						<m:mn>2</m:mn>
					</m:msup>
				</m:ci>
				<m:apply>
					<m:interval>
						<m:cn>0</m:cn>
						<m:ci>T</m:ci>
					</m:interval>
				</m:apply>
			</m:apply>
		</m:apply>
	</m:math>
	  (energía finita), entonces la energía de 
	  <m:math display="inline">
		<m:apply>
			<m:tendsto/>
			<m:apply>
				<m:ci type="fn">
					<m:msub>
						<m:mi>e</m:mi>
						<m:mi>N</m:mi>
					</m:msub>
				</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
			<m:cn>0</m:cn>
		</m:apply>
	</m:math>
	 cuando
	  <m:math display="inline">
		<m:apply>
			<m:tendsto/>
			<m:ci>N</m:ci>
			<m:infinity/>
		</m:apply>
	</m:math> es

	  <equation id="eq4">
		<m:math>
			<m:apply>
				<m:eq/>
				<m:apply>
					<m:int/>
					<m:bvar>
						<m:ci>t</m:ci>
					</m:bvar>
					<m:uplimit>
						<m:ci>T</m:ci>
					</m:uplimit>
					<m:lowlimit>
						<m:cn>0</m:cn>
					</m:lowlimit>
					<m:apply>
						<m:power/>
						<m:apply>
							<m:abs/>
							<m:apply>
								<m:ci type="fn">
									<m:msub>
										<m:mi>e</m:mi>
										<m:mi>N</m:mi>
									</m:msub>
								</m:ci>
								<m:ci>t</m:ci>
							</m:apply>
						</m:apply>
						<m:cn>2</m:cn>
					</m:apply>
				</m:apply>
				<m:apply>
					<m:tendsto/>
					<m:apply>
						<m:int/>
						<m:bvar>
							<m:ci>t</m:ci>
						</m:bvar>
						<m:uplimit>
							<m:ci>T</m:ci>
						</m:uplimit>
						<m:lowlimit>
							<m:cn>0</m:cn>
						</m:lowlimit>
						<m:apply>
							<m:power/>
							<m:apply>
								<m:minus/>
								<m:apply>
									<m:ci type="fn">f</m:ci>
									<m:ci>t</m:ci>
								</m:apply>
								<m:apply>
									<m:diff/>
									<m:apply>
										<m:ci type="fn">
											<m:msub>
												<m:mi>f</m:mi>
												<m:mi>N</m:mi>
											</m:msub>
										</m:ci>
										<m:ci>t</m:ci>
									</m:apply>
								</m:apply>
							</m:apply>
							<m:cn>2</m:cn>
						</m:apply>
					</m:apply>
					<m:cn>0</m:cn>
				</m:apply>
			</m:apply>
		</m:math>
	</equation>

	Podemos comprobar esta ecuación usando la relación de Perseval al:

	  <m:math display="block">
		<m:apply>
			<m:eq/>
			<m:apply>
				<m:limit/>
				<m:bvar>
					<m:ci>N</m:ci>
				</m:bvar>
				<m:lowlimit>
					<m:infinity/>
				</m:lowlimit>
				<m:apply>
					<m:int/>
					<m:bvar>
						<m:ci>t</m:ci>
					</m:bvar>
					<m:uplimit>
						<m:ci>T</m:ci>
					</m:uplimit>
					<m:lowlimit>
						<m:cn>0</m:cn>
					</m:lowlimit>
					<m:apply>
						<m:power/>
						<m:apply>
							<m:abs/>
							<m:apply>
								<m:minus/>
								<m:apply>
									<m:ci type="fn">f</m:ci>
									<m:ci>t</m:ci>
								</m:apply>
								<m:apply>
									<m:diff/>
									<m:apply>
										<m:ci type="fn">
											<m:msub>
												<m:mi>f</m:mi>
												<m:mi>N</m:mi>
											</m:msub>
										</m:ci>
										<m:ci>t</m:ci>
									</m:apply>
								</m:apply>
							</m:apply>
						</m:apply>
						<m:cn>2</m:cn>
					</m:apply>
				</m:apply>
			</m:apply>
			<m:apply>
				<m:limit/>
				<m:bvar>
					<m:ci>N</m:ci>
				</m:bvar>
				<m:lowlimit>
					<m:infinity/>
				</m:lowlimit>
				<m:apply>
					<m:sum/>
					<m:bvar>
						<m:ci>N</m:ci>
					</m:bvar>
					<m:uplimit>
						<m:infinity/>
					</m:uplimit>
					<m:lowlimit>
						<m:apply>
							<m:minus/>
							<m:infinity/>
						</m:apply>
					</m:lowlimit>
					<m:apply>
						<m:power/>
						<m:apply>
							<m:abs/>
							<m:apply>
								<m:minus/>
								<m:apply>
									<m:msub>
										<m:mo>ℱ</m:mo>
										<m:mi>n</m:mi>
									</m:msub>
									<m:apply>
										<m:ci type="fn">f</m:ci>
										<m:ci>t</m:ci>
									</m:apply>
								</m:apply>
								<m:apply>
									<m:msub>
										<m:mo>ℱ</m:mo>
										<m:mi>n</m:mi>
									</m:msub>
									<m:apply>
										<m:diff/>
										<m:apply>
											<m:ci type="fn">
												<m:msub>
													<m:mi>f</m:mi>
													<m:mi>N</m:mi>
												</m:msub>
											</m:ci>
											<m:ci>t</m:ci>
										</m:apply>
									</m:apply>
								</m:apply>
							</m:apply>
						</m:apply>
						<m:cn>2</m:cn>
					</m:apply>
				</m:apply>
			</m:apply>
			<m:apply>
				<m:limit/>
				<m:bvar>
					<m:ci>N</m:ci>
				</m:bvar>
				<m:lowlimit>
					<m:infinity/>
				</m:lowlimit>
				<m:apply>
					<m:sum/>
					<m:bvar>
						<m:ci>n</m:ci>
					</m:bvar>
					<m:condition>
						<m:apply>
							<m:gt/>
							<m:apply>
								<m:abs/>
								<m:ci>n</m:ci>
							</m:apply>
							<m:ci>N</m:ci>
						</m:apply>
					</m:condition>
					<m:apply>
						<m:power/>
						<m:apply>
							<m:abs/>
							<m:ci><m:msub>
									<m:mi>c</m:mi>
									<m:mi>n</m:mi>
								</m:msub></m:ci>
						</m:apply>
						<m:cn>2</m:cn>
					</m:apply>
				</m:apply>
			</m:apply>
			<m:cn>0</m:cn>
		</m:apply>
	</m:math>
	  
	Donde la ecuación antes del cero es la suma de la última parte 
 de las series de Fourier. La cual se aproxima a cero por que 
	  <m:math display="inline">
		<m:apply>
			<m:in/>
			<m:apply>
				<m:ci type="fn">f</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
			<m:apply>
				<m:ci type="fn">
					<m:msup>
						<m:mi>L</m:mi>
						<m:mn>2</m:mn>
					</m:msup>
				</m:ci>
				<m:apply>
					<m:interval>
						<m:cn>0</m:cn>
						<m:ci>T</m:ci>
					</m:interval>
				</m:apply>
			</m:apply>
		</m:apply>
	</m:math>.  
	  
	Ya que el sistema físicos responden a la energía, las series de Fourier proveen una representación adecuada para todo 
	  
	  <m:math display="inline">
		<m:apply>
			<m:in/>
			<m:apply>
				<m:ci type="fn">f</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
			<m:apply>
				<m:ci type="fn">
					<m:msup>
						<m:mi>L</m:mi>
						<m:mn>2</m:mn>
					</m:msup>
				</m:ci>
				<m:apply>
					<m:interval>
						<m:cn>0</m:cn>
						<m:ci>T</m:ci>
					</m:interval>
				</m:apply>
			</m:apply>
		</m:apply>
	</m:math> igualando la energía finita sobre un punto.

	</para>
      </section>

      
      <section id="sub2">
	<name>Segundo Método</name>
	<para id="p1_sub2">El hecho de que  
	  <m:math display="inline">
		<m:apply>
			<m:tendsto/>
			<m:ci><m:msub>
					<m:mi>e</m:mi>
					<m:mi>N</m:mi>
				</m:msub></m:ci>
			<m:cn>0</m:cn>
		</m:apply>
	</m:math> no nos dice nada sobre que 

	  <m:math>
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>
	 y
	  <m:math display="inline">
		<m:apply>
			<m:limit/>
			<m:bvar>
				<m:ci>N</m:ci>
			</m:bvar>
			<m:lowlimit>
				<m:infinity/>
			</m:lowlimit>
			<m:apply>
				<m:diff/>
				<m:apply>
					<m:ci type="fn">
						<m:msub>
							<m:mi>f</m:mi>
							<m:mi>N</m:mi>
						</m:msub>
					</m:ci>
					<m:ci>t</m:ci>
				</m:apply>
			</m:apply>
		</m:apply>
	</m:math> 
sean <emphasis>iguales</emphasis> en cierto punto. Tomemos las siguientes funciones como un ejemplo:
	  
	</para>
	
	<figure orient="horizontal" id="figs1">
	  <subfigure id="subf1">
	    <media type="image/png" src="cverg1.png"/>
	  </subfigure>
	  <subfigure id="subf2">
	    <media type="image/png" src="cverg2.png"/>
	  </subfigure>
	</figure>
	
	<para id="p2_sub2">Dadas estas dos funciones 
	
	  <m:math>
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math> y
	  <m:math>
		<m:apply>
			<m:ci type="fn">g</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>, podemos observar que para todo <m:math><m:ci>t</m:ci>
	</m:math>, 
	  <m:math display="inline">
		<m:apply>
			<m:neq/>
			<m:apply>
				<m:ci type="fn">f</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
			<m:apply>
				<m:ci type="fn">g</m:ci>
				<m:ci>t</m:ci>
			</m:apply>
		</m:apply>
	</m:math>, pero 

	  <m:math display="block">
		<m:apply>
			<m:eq/>
			<m:apply>
				<m:int/>
				<m:bvar>
					<m:ci>t</m:ci>
				</m:bvar>
				<m:uplimit>
					<m:ci>T</m:ci>
				</m:uplimit>
				<m:lowlimit>
					<m:cn>0</m:cn>
				</m:lowlimit>
				<m:apply>
					<m:power/>
					<m:apply>
						<m:abs/>
						<m:apply>
							<m:minus/>
							<m:apply>
								<m:ci type="fn">f</m:ci>
								<m:ci>t</m:ci>
							</m:apply>
							<m:apply>
								<m:ci type="fn">g</m:ci>
								<m:ci>t</m:ci>
							</m:apply>
						</m:apply>
					</m:apply>
					<m:cn>2</m:cn>
				</m:apply>
			</m:apply>
			<m:cn>0</m:cn>
		</m:apply>
	</m:math>
	<!-- Probabaly need to add a little more here, such as
	  definining or explaining pointwise convergence -->

De esto podemos derivar las siguientes relaciones: 

	  <m:math display="block">
		<m:apply>
			<m:neq/>
			<m:ci>Convergencia de energía </m:ci>
			<m:ci>convergencia de punto por punto </m:ci>
		</m:apply>
	</m:math>
	<m:math display="block">
		<m:apply>
			<m:implies/>
			<m:ci>Convergencia de punto por punto </m:ci>
			<m:apply>
				<m:ci type="fn">
					<m:msup>
						<m:mi>convergencia en L</m:mi>
						<m:mn>2</m:mn>
					</m:msup>
				</m:ci>
				<m:apply>
					<m:interval>
						<m:cn>0</m:cn>
						<m:ci>T</m:ci>
					</m:interval>
				</m:apply>
			</m:apply>
		</m:apply>
	</m:math>
Sin embargo, lo contrario de la proposició no es cierto. 
	</para>

	<para id="p3_sub2">Resulta que si 
	  	  <m:math>
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>
tiene una <term>discontinuidad</term> (como se puede observar en la figura de 
	 
	  <m:math>
		<m:apply>
			<m:ci type="fn">g</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>) en
	  <m:math>
		<m:ci><m:msub>
				<m:mi>t</m:mi>
				<m:mn>0</m:mn>
			</m:msub></m:ci>
	</m:math>, entonces

	  <m:math display="block">
		<m:apply>
			<m:neq/>
			<m:apply>
				<m:ci type="fn">f</m:ci>
				<m:ci><m:msub>
						<m:mi>t</m:mi>
						<m:mn>0</m:mn>
					</m:msub></m:ci>
			</m:apply>
			<m:apply>
				<m:limit/>
				<m:bvar>
					<m:ci>N</m:ci>
				</m:bvar>
				<m:lowlimit>
					<m:infinity/>
				</m:lowlimit>
				<m:apply>
					<m:diff/>
					<m:apply>
						<m:ci type="fn">
							<m:msub>
								<m:mi>f</m:mi>
								<m:mi>N</m:mi>
							</m:msub>
						</m:ci>
						<m:ci><m:msub>
								<m:mi>t</m:mi>
								<m:mn>0</m:mn>
							</m:msub></m:ci>
					</m:apply>
				</m:apply>
			</m:apply>
		</m:apply>
	</m:math> 

	Mientras
	  <m:math>
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>
	  tenga algunas de las condiciones, entonces

	  <m:math display="block">
		<m:apply>
			<m:eq/>
			<m:apply>
				<m:ci type="fn">f</m:ci>
				<m:ci><m:msup>
						<m:mi>t</m:mi>
						<m:mi>′</m:mi>
					</m:msup></m:ci>
			</m:apply>
			<m:apply>
				<m:limit/>
				<m:bvar>
					<m:ci>N</m:ci>
				</m:bvar>
				<m:lowlimit>
					<m:infinity/>
				</m:lowlimit>
				<m:apply>
					<m:diff/>
					<m:apply>
						<m:ci type="fn">
							<m:msub>
								<m:mi>f</m:mi>
								<m:mi>N</m:mi>
							</m:msub>
						</m:ci>
						<m:ci><m:msup>
								<m:mi>t</m:mi>
								<m:mi>′</m:mi>
							</m:msup></m:ci>
					</m:apply>
				</m:apply>
			</m:apply>
		</m:apply>
	</m:math> 

	  si 
	  <m:math>
		<m:apply>
			<m:ci type="fn">f</m:ci>
			<m:ci>t</m:ci>
		</m:apply>
	</m:math>
es <term>continua</term> en 
	
	  <m:math display="inline">
		<m:apply>
			<m:eq/>
			<m:ci>t</m:ci>
			<m:ci><m:msup>
					<m:mi>t</m:mi>
					<m:mi>′</m:mi>
				</m:msup></m:ci>
		</m:apply>
	</m:math>.

	</para>
      </section>

    </section>

  </content>
</document>
