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

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

2009
Muhammad Arshad Akbar Azam Pasquale Vetro

Recommended by Lech G ´ orniewicz We prove a result on points of coincidence and common fixed points for three self-mappings satisfying generalized contractive type conditions in cone metric spaces. We deduce some results on common fixed points for two self-mappings satisfying contractive type conditions in cone metric spaces. These results generalize some well-known recent results.

2012
WATARU TAKAHASHI NGAI-CHING WONG JEN-CHIH YAO

In this paper, we study nonlinear analytic methods for linear contractive operators in Banach spaces. Using these results, we obtain some new strong convergence theorems for commutative families of linear contractive operators in Banach spaces. In the results, the limit points are characterized by sunny generalized nonexpansive retractions.

2009
Marwan A. Kutbi Abdul Latif Jerzy Jezierski

The purpose of this paper is to study the existence of fixed points for contractive-type and nonexpansive-type multivalued maps in the setting of modular function spaces. We also discuss the concept of w-modular function and prove fixed point results for weakly-modular contractive maps in modular function spaces. These results extend several similar results proved in metric and Banach spaces se...

Ghassemian, H. , Saadatmand-Tarzjan, M. ,

Self-affine maps were successfully used for edge detection, image segmentation, and contour extraction. They belong to the general category of patch-based methods. Particularly, each self-affine map is defined by one pair of patches in the image domain. By minimizing the difference between these patches, the optimal translation vector of the self-affine map is obtained. Almost all image process...

Journal: :iranian journal of fuzzy systems 2014
d. qiu c. lu w. zhang

in this paper,  we provide two different kinds of fixed pointtheorems in  fuzzy metric spaces. the first kind is for the fuzzy$varepsilon$-contractive type mappings and  the second kind is forthe fuzzy order $psi$-contractive type mappings. they improve thecorresponding  conclusions in the literature.

Journal: :journal of linear and topological algebra (jlta) 0
r shah department of mathematics, university of peshawar, pakistan. a zada department of mathematics, university of peshawar, peshawar, pakistan.

in this manuscript, we prove some coupled fixed point theoremsfor two pairs of self mappings satisfying contractive conditions of integraltype in generalized metric spaces. we furnish suitable illustrative examples.in this manuscript, we prove some coupled fixed point theoremsfor two pairs of self mappings satisfying contractive conditions of integraltype in generalized metric spaces. we furnis...

Recently, Reich and Zaslavski have studied a new inexact iterative scheme for fixed points of contractive and nonexpansive multifunctions. In 2011, Aleomraninejad, et. al. generalized some of their results to Suzuki-type multifunctions.  The study of iterative schemes for various classes of contractive and nonexpansive mappings is a central topic in fixed point theory. The importance of Banach ...

2002
ARACELI BONIFANT MARIUS DABIJA

We discuss the dynamics of the correspondences associated to those plane curves whose local sections contract the Poincaré metric in a hyperbolic planar domain. 1. Introduction. We consider certain 1-dimensional, holomorphic correspondences of hyperbolic type, which we call " contractive curves. " These are curves whose local sections contract the Poincaré metric of a hyperbolic planar domain. ...

Journal: :The Journal of biological chemistry 2001
J Ye P Zeidler S H Young A Martinez V A Robinson W Jones P Baron X Shi V Castranova

In a previous study, we demonstrated that the length of glass fibers was a critical determinant of fiber potency in induction of tumor necrosis factor (TNF)-alpha and that activation of NF-kappaB was an important factor in this response. In the present study, we analyzed the role of mitogen-activated protein (MAP) kinases in the induction of TNF-alpha by glass fibers. Glass fibers induced phosp...

2014
Xingchang Li Zhihao Wang Yongfu Su

and Applied Analysis 3 In fact, for n 1, using the fact that P is normal, we have ∥ ∥ ∥A u0 −Au0 ∥ ∥ ∥ ≤ N‖L Au0 − u0 ‖. 2.3 Suppose that 2.2 is true when n k then when n k 1, we obtain ∥ ∥ ∥A 2 u0 −An 1 u0 ∥ ∥ ∥ ∥ ∥ ∥A ( A 1 u0 ) −A A u0 ∥ ∥ ∥ ≤ N ∥ ∥ ∥L ( A 1 u0 −An u0 )∥ ∥ ∥ ≤ N ∥ ∥ ∥L 1 Au0 − u0 ∥ ∥ ∥. 2.4 For any m,n ∈ N,m > n, since P is normal cone, we have ‖A u0 −An u0 ‖ ∥ ∥ ∥ ( A u0 −A...

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

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

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"; } -->