نتایج جستجو برای: alpha contractive map

تعداد نتایج: 396935  

2010
Eleonora Catsigeras Ruben Budelli

We study the topological dynamics by iterations of a piecewise continuous, non linear and locally contractive map in a real finite dimensional compact ball. We consider those maps satisfying the “separation property”: different continuity pieces have disjoint images. The continuity pieces act as stable topological manifolds while the points in the discontinuity lines, separating different conti...

2013
Hemant Kumar Nashine Wutiphol Sintunavarat Poom Kumam

*Correspondence: poom.kum@kmutt.ac.th 2Department of Mathematics, Faculty of Science, King Mongkut’s University of Technology Thonburi (KMUTT), Bangkok, 10140, Thailand Full list of author information is available at the end of the article Abstract We set up a new variant of cyclic generalized contractive mappings for a map in a metric space and present existence and uniqueness results of fixed...

2015
Zhenhua Ma Lining Jiang

*Correspondence: jianglining@bit.edu.cn 1School of Mathematics and Statistics, Beijing Institute of Technology, Beijing, 100081, China Full list of author information is available at the end of the article Abstract Based on the concept and properties of C∗-algebras, the paper introduces a concept of C∗-algebra-valued b-metric spaces which generalizes the concept of C∗-algebra-valued metric spac...

1994
B. Forte E. R. Vrscay

We are concerned with function approximation and image representation using Iterated Function Systems (IFS) over L p (X;): An N-map IFS with grey level maps (IFSM), to be denoted as (w;), is a set w of N contraction maps w i : X ! X over a compact metric space (X; d) (the \base space") with an associated set of maps i : R ! R. Associated with each IFSM is a contractive operator T with xed point...

2007
Sam B. Nadler Andrzej Granas

Let (X, d) be a nonempty metric space, and let (2X , Hd) be the hyperspace of all nonempty compact subsets of X with the Hausdorff metric. Let F :X → 2X be an ε-contractive map. A general condition is given that guarantees the existence of a periodic point of F (the theorem extends a result of Edelstein to multi-valued maps). The condition holds when X is compact; hence, F has a periodic point ...

2005
NASEER SHAHZAD

Let C be a nonempty closed bounded convex subset of a Banach space X whose characteristic of noncompact convexity is less than 1 and T a continuous 1-χ-contractive SL map (which is not necessarily nonexpansive) from C to KC(X) satisfying an inwardness condition, where KC(X) is the family of all nonempty compact convex subsets of X . It is proved that T has a fixed point. Some fixed points resul...

Huang and Zhang cite{Huang} have introduced the concept of cone metric space where the set of real numbers is replaced by an ordered Banach space. Shojaei cite{shojaei} has obtained points of coincidence and common fixed points for s-Contraction mappings which satisfy generalized contractive type conditions in a complete cone metric space.In this paper, the notion of complete cone metric ...

2014
XUN GE

In this paper, we prove that if f is a contractive closed-valued correspondence on a cone metric space (X, d) and there is a contractive orbit {xn} for f at x0 ∈ X such that both {xni} and {xni+1} converge for some subsequence {xni} of {xn}, then f has a fixed point, which generalizes a fixed point theorem for contractive closed-valued correspondences from metric spaces to cone metric spaces.

Journal: :Journal of Mathematical Analysis and Applications 2022

This paper examines actions of right LCM semigroups by endomorphisms C*-algebras that encode an additional structure the semigroup. We define contractive covariant representations for these semigroup dynamical systems and prove a generalized Stinespring's dilation theorem showing can be dilated if only map on C*-algebra is unital completely positive. generalizes earlier results about dilations ...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->